Regular Expressions 101

Community Patterns

BD Phone No Regex

0

Regular Expression
Python

r"
^(((?:\+88)?(?:\d{11}))|((?:01)?(?:\d{11})))$
"
gm

Description

no description available

Submitted by anonymous - 4 years ago