Let’s consider that I have a comma separated string. For example, “APL-1,APL-2,APL-3,APL-4”.
So I want to show each one string with hyperlink and on that it should redirect to some other page.
Note: The comma separated string may vary (means may increase or decrease)
So please guide me how to do this?
You can do its by going through each element in comma separated string and creating link using this string.