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 positive (non-negative) decimal value less than or equal to 24 with maximum 2 floating point values
Expression
^([0-2]{0,1})([0-3]{1})(\.[0-9]{1,2})?$|^([0-1]{0,1})([0-9]{1})(\.[0-9]{1,2})?$|^-?(24)(\.[0]{1,2})?$|^([0-9]{1})(\.[0-9]{1,2})?$
Description
Allows positive(non-negative) decimal values with 2 floating point values and less than or equal to 24.
Matches
23.50 | 20.80 | 23.99 | 24.00 | 23 | 20
Non-Matches
24.01 | 25 | 20.900 | -20 | -25.50
Author Rating: Not yet rated. Ritesh Ravlani
   Displaying page 1 of 1 pages; Items 1 to 1

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