Regular Expressions 101

Community Patterns

1

30164958

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

foreach

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

foreach

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

Password check - at least 1 char, 1 numeric, 8-64 chars long

0

Regular Expression
PCRE (PHP <7.3)

/
^(?=.*[a-zA-Z])(?=.*\d)[a-zA-Z0-9~!@#$%^&*()_+}{\][";:;'?\/>;.<;,]{8,64}$
/

Description

Loading markdown...
Submitted by Peter Speden - 9 years ago