Regular Expressions 101

Community Patterns

IP

0

Regular Expression
PCRE (PHP <7.3)

/
\b((\d|[1-9]\d|1\d{2}|2[0-4]\d|25[0-5])\.){3}(\d|[1-9]\d|1\d{2}|2[0-4]\d|25[0-5])\b
/
gm

Description

no description available

Submitted by anonymous - 4 years ago