Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-08-02 17:03
Flavor·PCRE (Legacy)

/
(?:[a-z]{3,9}:\/\/?[\-;:&=\+\$,\w]+?[a-z0-9\.\-]+|[\/a-z0-9]+\.|[\-;:&=\+\$,\w]+@)[a-z0-9\.\-]+(?:(?:\/[\+~%\/\.\w\-_]*)?\??[\-\+=&;%@\.\w_]*#?[\.\!\/\\\w]*)?
/
gi
Open regex in editor

Description

Search url/link inside text, with/without schema, and with/without path/query

Submitted by ZeCompadre