E.164
What this is
E.164 is the plus-prefixed canonical phone form. Store this, display something prettier.
/^\+[1-9]\d{7,14}$/+14155552671 +919812345678 04155552671
FAQ
- Spaces?
- This pattern rejects spaces. Strip them before matching.
E.164 is the plus-prefixed canonical phone form. Store this, display something prettier.
/^\+[1-9]\d{7,14}$/+14155552671 +919812345678 04155552671