Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-01-18 03:42
Flavor·PCRE (Legacy)

/
((?<!href=')(?<!href=")(www\.|(http|https|ftp|news|file)+\:\/\/)[&#95;.a-z0-9-]+\.[a-z0-9\/&#95;:@=.+?,##%&~-]*[^.|\'|\\||\# |!|\(|?|\[|,| |>|<|;|\)])
/
g
Open regex in editor

Description

Parsing html with regex is bad though.

Submitted by Iroh