Javascript RegEx Repetition Limiting


/ Published in: JavaScript
Save to your folder(s)

{min,max}


Copy this code and paste it in your HTML
  1. \b[1-9][0-9]{3}\b to match a number between 1000 and 9999

URL: http://www.regular-expressions.info/repeat.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.