Title |
Test
Find
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:
Munim Abdul
|
Source |
|
Your Rating |
|