Regular Expressions 101

Community Patterns

match sequential characters

1

Regular Expression
ECMAScript (JavaScript)

/
^[+-]?((0\.\d+)|([1-9]+(\d?\.\d+)?))$
/

Description

HI,

I'm looking for RegX to match words with more than two sequential characters

Submitted by JC - 9 years ago