2022-07-11 15:09:18 +00:00
|
|
|
# Input Validation
|
|
|
|
|
2022-07-22 18:23:01 +00:00
|
|
|
**`LATITUDE`** and **`LONGITUDE`**
|
2022-07-11 15:09:18 +00:00
|
|
|
Accepted formats are:
|
|
|
|
|
|
|
|
- Float (eg. `24.2028`)
|
|
|
|
|
|
|
|
Regex used to match this: `^[0-9]{1,}\.{1}[0-9]{1,}$`
|
|
|
|
You can try live [here](https://regex101.com/r/xsLGWN/1)
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
_If you find a field that you think it needs validation, please open an issue on github_
|