Regular Expressions 101

Community Patterns

0

Amex

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

regex

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

hello

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

example

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

regex

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

No repeating, no 1234567889,

1

Regular Expression
ECMAScript (JavaScript)

/
(?!^(.)\1{9,}$)(?!^123456789)^[a-zA-Z0-9]{10,}$
/
gm

Description

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