Hi folks, anyone know how to "discover" hyperlink in some text and convert that hyperlink in html hyperlink with asp.net (or javascript). For example, if a user enter this text:
You found it at http://www.foo.com
How can i found and convert in html like :
You found it at <a href='http://www.foo.com'>http....</a>
? Thanks in advance