Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-05-03 14:23
Flavor·PCRE2 (PHP)

/
^((10|127)(\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))|169\.254|192\.168|172\.(2[0-9]|1[6-9]|3[0-1]))(\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){2}$
/
gm
Open regex in editor

Description

Match only Public IPv4

Does not match Private IPv4 and test Nets

Submitted by anonymous