Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE (PHP <7.3)

/
(?:(?:(?:2[0-5]{2}(?:\.|$))|(?:1?[0-9]{1,2}(?:\.|$)))){4}
/
gm

Description

Finy any IP address from 0.0.0.0 to 255.255.255.255.

Submitted by anonymous - 6 years ago