RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 1
Title Test Details Numeric Positive and Negative Range -64 to 64
Expression
^[0-9]{1}$|^[1-6]{1}[0-3]{1}$|^64$|\-[1-9]{1}$|^\-[1-6]{1}[0-3]{1}$|^\-64$
Description
This regular expression validate a range between -64 and 64.
Matches
-1 -10 -64 0 1 10 64
Non-Matches
-0 -65 -99 65 99
Author Rating: Not yet rated. Marcos Gonzalez
   Displaying page 1 of 1 pages; Items 1 to 1

Copyright © 2001-2025, RegexAdvice.com | ASP.NET Tutorials