Displaying page
of
pages;
Items to
Title |
Test
Details
Number between 0.0 and 2.0 with comma or dot separator
|
Expression |
^([0-1](?:\.\d)|[0-1](?:\,\d)|(2\.0)|(2\,0))$
|
Description |
Had to handle both "," and "." as separator in a validationscript where values are between 0.0 and 2.0 like in results of Swedish Högskoleprov (SAT).
|
Matches |
0,0 | 0.0 | 1,9 | 2.0
|
Non-Matches |
2,1 | 1 | 3 | a
|
Author |
Rating:
Toker
|
Displaying page
of
pages;
Items to