Title |
Test
Find
percent validator
|
Expression |
^(-|\+)?(((100|((0|[1-9]{1,2})(\.[0-9]+)?)))|(\.[0-9]+))%?$ |
Description |
validate percentage value passed as a string. Uses posix syntax only so it can be safely used in oracle 10g+ REGEX_SUBSTR and the likes... |
Matches |
+0.13 -23.04 13% .15% -.002% 00.000 |
Non-Matches |
100.14 130% -102.15% |
Author |
Rating:
Not yet rated.
nassik
|
Source |
|
Your Rating |
|