325 B
325 B
title |
---|
Input Validation |
floats
Accepted formats are:
1.0000
10.0000
100.0000
1000.0000
- etc
Regex used to match this: ^\d{1,}\.[0-9]{6}$
You can try live here
If you find a field that you think it needs validation, please open an issue on github