For some reason I can't find this through searches, not really sure what keywords to use. In my web app, users enter text into plain text boxes. I want to automatically convert any http://somekind.oflink.com to an html anchor tag for them.
What's the best way to capture the link? I only want to support links that start with "http://".
Thanks!