Regular Expressions 101

Community Patterns

正整数

0

Regular Expression
ECMAScript (JavaScript)

/
^[1-9]\d*$
/
gm

Description

no description available

Submitted by anonymous - 5 years ago