Displaying page
of
pages;
Items to
Title |
Test
Details
Strip leading characters from currency
|
Expression |
([^,0-9]\D*)([0-9]*|\d*\,\d*)$
|
Description |
For currency: strips out leading non-numeric characters. Numbers may use a comma for the decimal place, but cannot use anything for the thousands separator.
|
Matches |
123,5 | 123 | ,56 | 0,56 | 123 | €123 | € 123,565 | ,3424234
|
Non-Matches |
$ 012,12 | 1.234 | 1.234,56 |
|
Author |
Rating:
Christopher Vrooman
|
Displaying page
of
pages;
Items to