Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-10-17 07:59
Flavor·ECMAScript (JavaScript)

/
(.)\1{4,}
/
gmi
Open regex in editor

Description

Check if there's consecutive chars

Submitted by anonymous