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 Pattern Title
Expression
^0?.[0]{1,2}[1-9]{1}$|^0?.[1-9]{1}?\d{0,2}$|^(1|1.{1}[0]{1,3})$|^0?.[0]{1}[1-9]{1}\d{1}$
Description
Decimal values from 1 to .001 with precision of three, leading zero optional. Can be 1 or 1.0 or 1.000
Matches
1.0 | 1 | .905 | 0.010 | .009
Non-Matches
1.00 | .0009 | .000 | 1.
Author Rating: Not yet rated. Vince
   Displaying page 1 of 1 pages; Items 1 to 1

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