Regular Expressions 101

Community Patterns

1

redaa

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

{1-65536}

PCRE (PHP <7.3)
12
Submitted by anonymous - 8 years ago
0

apache log analysis

Python
no description available
Submitted by anonymous - 8 years ago

Password policy filter Rev 2

1

Regular Expression
ECMAScript (JavaScript)

/
^(?!\s)(?=\w*[A-Z]\w*[A-Z])(?!\s)(?=\w*[a-z]\w*[a-z])(?=\w*[0-9]\w*[0-9])\w*$
/

Description

Loading markdown...
Submitted by Doug Karl - 8 years ago