Displaying page
of
pages;
Items to
Title |
Test
Details
Integer with thousands separator
|
Expression |
(^[1-9]{1,3}(,\d{3})*$)|(^0$)
|
Description |
Unsigned integer with ',' (comma) as thousands separator, for example: 1,234,500
|
Matches |
1,234,500 | 45 | 45,111 | 0 | 1,000 | 25,123
|
Non-Matches |
1,23 | 0,450 | 1000 | 1000,000 | 300,1234
|
Author |
Rating:
Not yet rated.
Edgar Villegas Alvarado
|
Displaying page
of
pages;
Items to