Skip to content

Instantly share code, notes, and snippets.

@theanam
Last active March 5, 2025 01:02
Show Gist options
  • 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. Also returns the number as E.164 Format as first group match
/^(?:\+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