Displaying page
of
pages;
Items to
Title |
Test
Details
Don't allow zero
|
Expression |
[-]?[1-9]\d{0,16}\.?\d{0,2}|[-]?[0]?\.[1-9]{1,2}|[-]?[0]?\.[0-9][1-9]
|
Description |
Needed to be able to validate positive and numeric values that equate to SQL Server data type decimal(18, 2) but the value could not be 0. This regex does that. If you need to change the precision or scale have at it.
|
Matches |
-9999999999999999.99|9999999999999999.99|1|1.00|0.52|0.02
|
Non-Matches |
0|0.0|0.00
|
Author |
Rating:
Not yet rated.
Eddie Merkel
|
Displaying page
of
pages;
Items to