Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

/
^([1-9])([0-9]*)$
/

Description

This will catch the id which is an integer and not characters mixed with numbers

Submitted by noby nirmal - 9 years ago