Displaying page
of
pages;
Items to
Title |
Test
Details
Five digit comma separated numeric value
|
Expression |
^(\$)?((\d{1,5})|(\d{1,3})(\,\d{3})*)(\.\d{1,2})?$
|
Description |
This regular expression is used for validating five digit numeric value which can be an amount $ separated with , sign.
|
Matches |
80,000.00 | 80,000 | 80000 | 80.00 | $80000.00
|
Non-Matches |
800,00.00 | 80.000 | $8,0000.00
|
Author |
Rating:
Not yet rated.
Navaid Ahmed
|
Displaying page
of
pages;
Items to