Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-05-20 12:25
Flavor·PCRE (Legacy)

/
(?<=^|[^\w$-])((?:[\w$]+(?:\([^()]*(?:\([^()]*\)[^()]*)*\)|\[[^\]\[]+\])*?\.)+)((?:host|hostname|href|protocol|origin|port))\b
/
gm
Open regex in editor

Description

(?<=^|[^\w$-])((?:[\w$]+(?:([^()](?:([^()])[^()]))|[[^][]+])*?.)+)((?:host|hostname|href|protocol|origin|port))\b

Submitted by anonymous