Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-08-29 00:07
Flavor·PCRE2 (PHP)

/
^(?:(?:10\.\d{1,3}\.\d{1,3}\.\d{1,3}|172\.(?:(?:1[6-9])|(?:2[0-9])|(?:3[0-1]))\.\d{1,3}\.\d{1,3}|192\.168\.\d{1,3}\.\d{1,3}|127\.\d{1,3}\.\d{1,3}\.\d{1,3})(?::\d{1,5})?)$
/
gm
Open regex in editor

Description

Matches RFC1918 and Localhost ips.

Submitted by nck