Regular Expressions 101

Community Patterns

Regex no repeats only numbers

0

Regular Expression
ECMAScript (JavaScript)

/
^(?=[0-9])(?!(.)\1{4,}).*$
/
gm

Description

no description available

Submitted by anonymous - 5 years ago