Regular Expressions 101

Community Patterns

0

wtb

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 6 years ago

RFC 3986 IPv4 Validation

1

Regular Expression
PCRE (PHP <7.3)

/
((?<IPv4_dec_octet>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3,3}(?<IPv4_dec_octet_end>[0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])
/
g

Description

Loading markdown...
Submitted by anonymous - 6 years ago