RegExLib.com - The first Regular Expression Library on the Web!
Home
Search
Regex Tester
Browse Expressions
Add Regex
Login
Please support RegExLib Sponsors
Subscribe
Recent Expressions
Site Links
Regex Cheat Sheet
Search
Regex Tester
Browse Expressions
Add Regex
Manage My Expressions
Contributors
Regex Resources
Web Services
Advertise
Contact Us
Register
Recent Expressions
Recent Comments
Community
Regex Forums
Regex Blogs
Regex Mailing List
Top Contributors
Michael Ash (55)
Steven Smith (42)
Matthew Harris (35)
tedcambron (29)
PJWhitfield (28)
Vassilis Petroulias (26)
Matt Brooke (22)
Juraj Hajdúch (SK) (21)
Mukundh (21)
RobertKaw (19)
All Contributors
Advertise with us
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