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

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find 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
Source
Your Rating
Bad Good

Enter New Comment

Title

Name

Comment

Spammers suck - we apologize. Please enter the text shown below to enable your comment (not case sensitive - try as many times as you need to if the first ones are too hard):

Existing User Comments

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