Regular Expressions 101

Library entries

Regex for validatin the number range from 20 to 999999999

Vote

-5

Regular Expression
javascript

/
^([2-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]{1,5})$
/

Description

Loading markdown...
Submitted by surendra - 8 years ago