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

Password strength check

0

Regular Expression
PCRE (PHP <7.3)

/
\A(?=.*[A-Z].*[A-Z])(?=.*[a-z].*[a-z])(?=.*[0-9].*[0-9])(?=.*[^a-zA-Z0-9].*[^a-zA-Z0-9])
/
i

Description

Loading markdown...
Submitted by Visigral - 9 years ago