Regular Expressions 101

Community Patterns

1

password8s

PCRE (PHP <7.3)
password con 8
Submitted by anonymous - 7 years ago
1

men

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

Repeating letters more than once

1

Regular Expression
PCRE (PHP <7.3)

/
^(?:\p{L}\p{M}?)*(\p{L}\p{M}?)(?=\1{2})(?:\p{L}\p{M}?)*$
/
gm

Description

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