Regular Expressions 101

Community Patterns

0

xray - Filter

Python
no description available
Submitted by anonymous - 4 years ago
0

ucs

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

nba

Python
no description available
Submitted by anonymous - 4 years ago
0

Horriblesubs

Python
no description available
Submitted by anonymous - 4 years ago

Password Validation

0

Regular Expression
PCRE (PHP <7.3)

/
^([A-Za-z]+[0-9].+|[0-9]+[A-Za-z]+)|([_\-\+\@\#\$\%\&]+[A-Za-z].+|[A-Za-z]+[_\-\+\@\#\$\%\&]+)|([_\-\+\@\#\$\%\&]+[0-9].+|[0-9]+[_\-\+\@\#\$\%\&]+)$
/
gm

Description

Loading markdown...
Submitted by anonymous - 4 years ago