I just really started learning how to use regex\'s and i am trying to create one to match urls. So far i have:
(http://|https://|www|\\w)+\\.[\\w]{2,4}[^\\s]+ >
Plenty of stuff on the web...