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 Non negative real number limited to 2 decimal spaces
Expression
^0$|^0\.{1}(\d{1,2})$|^[1-9]{1}[0-9]*\.?(\d{1,2})$|^[1-9]+[0-9]*$
Description
Matches any non-negative, non-signed real number with maximum of 2 decimal spaces. The decimal is denoted by a . symbol.
Matches
0.4 | 50.76 | 100 | 120.00 | 0 | 0.00
Non-Matches
+5 | .32 | 00 | 15.123 | -5 | 4.
Author Rating: Not yet rated. Marko Mijuskovic
   Displaying page 1 of 1 pages; Items 1 to 1

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