Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2014-11-09 21:06
Flavor·ECMAScript (JavaScript)

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

Description

HI,

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

Submitted by JC