Regular Expressions 101

Community Patterns

0

mr regexp

ECMAScript (JavaScript)
Рег
Submitted by anonymous - a year ago
0

BIOS

PCRE2 (PHP >=7.3)
/
Submitted by Pang Chin Pok - a year ago

Azure Virtual Machine password validation

0

Regular Expression
ECMAScript (JavaScript)

/
^(?=.*\d)(?=.*[A-Z])(?=.*[a-z])(?=.*[^\w\d\s:])([^\s]){12,123}$
/
gm

Description

Loading markdown...
Submitted by qho - 5 years ago