Regular Expressions 101

Community Patterns

RFC 1918 Address Space

1

Regular Expression
PCRE (PHP <7.3)

/
^(10(\.(25[0-5]|2[0-4][0-9]|1[0-9]{1,2}|[0-9]{1,2})){3}|((172\.(1[6-9]|2[0-9]|3[01]))|192\.168)(\.(25[0-5]|2[0-4][0-9]|1[0-9]{1,2}|[0-9]{1,2})){2})
/

Description

no description available

Submitted by Robert Nixon - 6 years ago