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 Positive Decimals with Commas
Expression
(^(\d|,)*\.?\d*[1-9]+\d*$)|(^[1-9]+(\d|,)*\.\d*$)|(^[1-9]+(\d|,)*\d*$)
Description
This expression will match all positive numbers that contain decimals and commas.
Matches
2,000.00, 2,000, .0020, 100, 100.00
Non-Matches
0, 0.00, -100.00, -0, -2000.00
Author Rating: The rating for this expression. Ryan Milbrath
   Displaying page 1 of 1 pages; Items 1 to 1

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