Regular Expressions 101

Community Patterns

Lookup for a duplicated set of characters {2,} (Two or more)

0

Regular Expression
ECMAScript (JavaScript)

/
([\w!@#$%^&*_=+\-]{2,}).*?\1
/
g

Description

Loading markdown...
Submitted by rdmoedas - 2 years ago