Is there a regex out there that can find a string that contains a word that starts with either http:// or www and wrap it with <a>$1</a>
?
Been googling but I can't seem to find a ultimate one.
Another question, Could you somehow make it ignore it if its inside a <img>
tag ?
Thanks a bunch!