Regular Expressions 101

Community Patterns

1

кааа

PCRE (PHP <7.3)
ввв
Submitted by в - 9 years ago
0

Scrape SRC

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

http

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

IPv4

PCRE (PHP <7.3)
no description available
Submitted by Jorge C. - 9 years ago

IPv4 private network address

0

Regular Expression
PCRE (PHP <7.3)

/
(?(DEFINE) (?<bit>[0-1][0-9]{1,2}|2[0-4][0-9]|25[0-5]) ) ( 10\. ((?&bit)\.){2}((?&bit)) )| ( 172\. ( (1[6-9])| (2[0-9])| (3[0-6]) ) \. ((?&bit)\.?+){2} )| ( 192\.168\. ((?&bit)\.?+){2} )
/
x

Description

Loading markdown...
Submitted by Loïc Rameau - 9 years ago