14 lines
294 B
Markdown
14 lines
294 B
Markdown
# Input Validation
|
|
|
|
**`Default Phone Region`**
|
|
Accepted formats are:
|
|
|
|
- 2x Capital Letters (eg. `US`)
|
|
|
|
Regex used to match this: `^[A-Z]{2}$`
|
|
You can try live [here](https://regex101.com/r/qf1Lti/1)
|
|
|
|
---
|
|
|
|
_If you find a field that you think it needs validation, please open an issue on github_
|