Last active
March 5, 2025 01:02
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/^(?:\+88|88)?(01[3-9]\d{8})$/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks a lot bro