Regular Expressions 101

Community Patterns

1

sumary-title

ECMAScript (JavaScript)
sumary-title
Submitted by Jay - 8 years ago
1

pm-problem

ECMAScript (JavaScript)
pm
Submitted by creamidea - 8 years ago

3~4 length password

-2

Regular Expression
PCRE (PHP <7.3)

/
([A-z])((?![A-z]{2,3}$)\w){2,3}
/
gm

Description

Loading markdown...
Submitted by Kerwin - 8 years ago