/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
str.replace(/((http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?)/gi, '<a href="$1">$1</a>');