Numeric range regex generator

preview_player
Показать описание
I know you have tried your hand at writing numeric range regexps, and most probably it was a regex for time or date, or even IP address ranges. The task is tedious since patterns like [0-12] just mean something different. This video explains how to use my numeric range regex generator that I shared in one of the StackOverflow posts. Multiple extra options are available to precise contexts for eventual matches.

FURTHER LINKS:
Рекомендации по теме
Комментарии
Автор

Hi can you help me with a Regular Expressions to match any range of numbers between 0 to 8000, the closest I have found which works is ^([1-9][0-9]{0, 2}|1000)$ but not sure how I turn this to 8000

benhurdias
welcome to shbcf.ru