Regular Expressions 101

Community Patterns

1

CB tools

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

1

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

manish kumar

PCRE (PHP <7.3)
remove paragraph
Submitted by manish kumar - 8 years ago
1

10

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

9

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

8

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

7

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

6

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

5

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

4

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

3

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

2

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

2

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

9

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

Password Complexity Requirement RegEx

1

Regular Expression
PCRE (PHP <7.3)

/
^(?=.*[0-9])(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%^&+=])(?=\S+$).{8,}$
/

Description

Loading markdown...
Submitted by http://stackoverflow.com/users/18771/tomalak - 8 years ago