Regular Expressions 101

Community Patterns

1

amp;

PCRE2 (PHP >=7.3)
subtitui
Submitted by seidao - 3 months ago

in-addr.arpa to IPv4

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.in-addr\.arpa
/
gm

Description

Loading markdown...
Submitted by BitesizedLion - 5 months ago