Regular Expressions 101

Community Patterns

IPv4 address

0

Regular Expression
PCRE (PHP <7.3)

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

Description

no description available

Submitted by anonymous - 4 years ago