Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-03-28 05:06
Flavor·ECMAScript (JavaScript)

/
^([1-9])([0-9]*)$
/
Open regex in editor

Description

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

Submitted by noby nirmal