Regular Expressions 101

Community Patterns

1...45678...901

Community Library Entry

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(?:([1-9]?[0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}(?1)$
/
gm

Description

Given a string, the regex would match if it is a valid IPv4 address.

Submitted by A-Paint-Brush - 3 months ago (Last modified 3 months ago)