Regular Expressions 101

Community Patterns

0

长宽高

PCRE2 (PHP >=7.3)
长宽高
Submitted by mouxan - a year ago
0

multicast

ECMAScript (JavaScript)
.
Submitted by anonymous - a year ago

Password with a-z, A-Z, 0-9 or special character

0

Regular Expression
ECMAScript (JavaScript)

/
^(?=.*[a-z])(?=.*[A-Z])(?=.*[^a-zA-Z]).{8,}$
/
gm

Description

Loading markdown...
Submitted by Wemo - a year ago