Skip to content

Instantly share code, notes, and snippets.

@sohelrana820
Created June 21, 2022 05:57
Show Gist options
  • Save sohelrana820/dc5608a071f7b90d32c87f02801ef8b8 to your computer and use it in GitHub Desktop.
Save sohelrana820/dc5608a071f7b90d32c87f02801ef8b8 to your computer and use it in GitHub Desktop.
Regular Expression for Validating Bangladeshi Mobile number
Regulat Expression Patter: ^(?:\\+?\\+880|880|0)?1\d{9}$
Input:
============
01711091770
00711091770
1711091770
8801711091770
881711091770
Output:
=============
01711091770
1711091770
8801711091770
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment