Regular Expressions 101

Community Patterns

1...34567...283

phone

3

Regular Expression
Python

r"
(^[+]\d+(?:[ ]\d+)*)
"

Description

matches: +<country_code> <phone_number> example: +52 33 3884 7720 +1 770 343 5788

Submitted by miqui - 9 years ago