Skip to content

Instantly share code, notes, and snippets.

@gausoft
Last active May 9, 2021 12:39
Show Gist options
  • Save gausoft/e53c7f3417d6046eeef0542bc642b84c to your computer and use it in GitHub Desktop.
Save gausoft/e53c7f3417d6046eeef0542bc642b84c to your computer and use it in GitHub Desktop.
Regex for Togolese phone numbers format verification

With/Without country code format

 ^((00228|\+228)\s?)+((2[2-7]|9[6-9]|70|79|9[0-3])\s?)\d{2}(\s?)\d{2}(\s?)\d{2}$

Explanation :

Correct examples : 00228 98615284, +22898615284, +228 70695423, 00228 99 86 56 38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment