Hello Experts,
I have a scenario where I have to indetify the URL with in a text message inserted by the user in a text box, the user enters text which could also contain hyperlinks like I need to identify that and display the url as a URL when the text message is displayed later.
Once solution I can think of is to use a RegExp to parse the text and display it , is there any other possibly simpler way to do it.
Thanks.
I have a scenario where I have to indetify the URL with in a text message inserted by the user in a text box, the user enters text which could also contain hyperlinks like I need to identify that and display the url as a URL when the text message is displayed later.
Once solution I can think of is to use a RegExp to parse the text and display it , is there any other possibly simpler way to do it.
Thanks.