Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-12-04 12:08
Flavor·ECMAScript (JavaScript)

/
^(10|127|192\.168|172\.(1[6-9]|2[0-9]|3[0-1]))\.
/
gm
Open regex in editor

Description

Validate IP addresses matching those specified in https://tools.ietf.org/html/rfc1918

Submitted by anonymous