Skip to content

Instantly share code, notes, and snippets.

@theanam
Created September 4, 2019 10:08
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save theanam/d3092a80715bd5c9297a9f6776dba241 to your computer and use it in GitHub Desktop.
Save theanam/d3092a80715bd5c9297a9f6776dba241 to your computer and use it in GitHub Desktop.
Regular Expression to match Bangladeshi Phone number
/^(?:\+88|88)?(01[3-9]\d{8})$/
@wolfoftheinternet
Copy link

Thanks a lot bro

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