Regular Expressions 101

Community Patterns

All Ip's

1

Regular Expression
PCRE (PHP <7.3)

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

Description

no description available

Submitted by Tyc - 8 years ago