Regular Expressions 101

Community Patterns

location

0

Regular Expression
PCRE (PHP <7.3)

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

Description

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

Submitted by anonymous - 5 years ago