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 Decimals and Integers with Negatives
Expression
(-?(\d*\.\d{1}?\d*|\d{1,}))
Description
Matches decimals and integer in efficient way with minimal grouping allowing you to get the match as a whole decimal/integar
Matches
123 | .75 | 123.212 | 123.12 | -.752 | -.75 | -.7 | -1 | 12 | -0.75 | 1 | 123 | 0.75 | 123.00
Non-Matches
123. | $123 | $123.00 | (123.0) | 1,234.00 | 123,23
Author Rating: The rating for this expression. Munim Abdul
   Displaying page 1 of 1 pages; Items 1 to 1

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