Regular Expressions 101

Community Patterns

freedns.afraid.org/dynamic/

1

Regular Expression
PCRE (PHP <7.3)

/
^(?'stat'[a-zA-Z]*)|(?'ip'\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})|(?'desc'was found on a blacklist|has not changed)|$
/
gm

Description

if you use the service you may want to know a state of some responses

Submitted by KUbo_0 - 9 years ago