* Better regex on collabora * bump collabora * Move per-app validation to per-app docs * Update valid_chars and allowPrivEsc on collabora * revert bump
14 lines
309 B
Markdown
14 lines
309 B
Markdown
# Input Validation
|
|
|
|
__`LATITUDE`__ and __`LONGITUDE`__
|
|
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_
|