Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
^[\d\-\*\,\/\?\'W\'L]+$
/
gm

Description

Any Number Allow range 12-34 some special characters Only W and L alphabet for demo use.

Submitted by anonymous - 6 years ago