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 Percentage
Expression
^100$|^0$|^[1-9]{0,1}[0-9]{0,1}$|^[1-9]{0,1}[0-9]{0,1}\.[0-9]{1,3}$
Description
Or depending on the decimal convention: ^100$|^0$|^[1-9]{0,1}[0-9]{0,1}$|^[1-9]{0,1}[0-9]{0,1}\,[0-9]{1,3}$ Credit to Samir Azza's expression which I used to expand and arrive at the above expression.
Matches
100 | 0 | 99.99 | 10 | 5 | 1.28
Non-Matches
00 | 09.9 | 05.9
Author Rating: Not yet rated. Pedro Sero
   Displaying page 1 of 1 pages; Items 1 to 1

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