311 B
311 B
Input Validation
Speed
Accepted formats are:
- Integers (eg
1
,2
) - Floats (eg
1.25
,1.50
)
Regex used to match those: ^[0-9]+(\.[0-9]*)?$
You can try live here
If you find a field that you think it needs validation, please open an issue on github