Regex for replacing URL with anchor tag
on Alex Little (Ethiopia), 26/Jun/2009 09:38, 34 days ago
Please note this is a cached copy of the post and will not include pictures etc. Please click here to view in original context.

Despite there being 1001 regexes on the web for matching a URL in a string and then replacing it with an anchor tag (commonly used in chat applications etc.), I couldn’t find one which did exactly what I wanted, so I thought I’d share my regex for replacing URLs with anchor tags.
Firstly, the problem with [...]