Displaying page
of
pages;
Items to
Title |
Test
Details
Decimal numbers
|
Expression |
^[+-]?\d+(\.\d{1,4})? *%?$
|
Description |
An expression for .NET regular expression validation controls intended to facilitate the entry of percentage values both a whole numbers or as their decimal representations. Also compatible with the default US format for string formatting for percentages. Recommend that if you intended accept a value passing this express that you strip the percentage signs and take measures to ensure that any whole values are converted to percentages.
|
Matches |
123 | 256.89 | 2% | 0.2% | 25% | 0.1 | 0 | +1.9% | -2
|
Non-Matches |
.1 | %1 | 1.0 | 2,345
|
Author |
Rating:
Mirza Muhammad Saleem
|
Displaying page
of
pages;
Items to