Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-06-02 05:53
Flavor·PCRE (Legacy)

/
(?<!=\")\b((?:http|https|ftp):\/\/)((?:(?:\w)+\.)+(?:\w)+)(:\d+)?((?:\/[\w]+)*[.\w]*\/?)((?:[\?\w\=\_\-%+!$^*\/\\@#;:]|(?:&(?!gt;)|(?:['"](?=[\w"'&#,]))))*)
/
g
Open regex in editor

Description

a simple url regex which prevents matching of a trailing ">" (the html representation of a closeing angle bracket ">")

Submitted by Erich Spaker