I have a text field and when the page loads, I need to wrap any websites listed in that field with an href tag.
www.google.com needs to be changed to
<a href="www.google.com"><\a>
Not sure if this can be done with jquery or if I'd have to use regular expressions.