Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shihabmi7/c13185416a300f5ea83e721f73b7c962 to your computer and use it in GitHub Desktop.
Save shihabmi7/c13185416a300f5ea83e721f73b7c962 to your computer and use it in GitHub Desktop.
valid_bd_phone
^(?:(?:\+|00)?88)?01[15-9]\d{8}$
https://stackoverflow.com/questions/15088518/validate-mobile-number-using-regular-expression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment