Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-17 10:07
Flavor·PCRE2 (PHP)

/
^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$
/
gm
Open regex in editor

Description

validation of IPv4 addresses

Submitted by @unblog