/ Published in: JavaScript

URL: http://www.regular-expressions.info/repeat.html
{min,max}
Expand |
Embed | Plain Text
\b[1-9][0-9]{3}\b to match a number between 1000 and 9999
You need to login to post a comment.
simondiercks on 06/09/11
regex javascript regexp repeat Expression limit repetition rehular
URL: http://www.regular-expressions.info/repeat.html
{min,max}
\b[1-9][0-9]{3}\b to match a number between 1000 and 9999
You need to login to post a comment.