Community Patterns

Community Library Entry

3

Regular Expression
Created·2015-05-07 17:14
Flavor·Python

r"
(^[+]\d+(?:[ ]\d+)*)
"
Open regex in editor

Description

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

Submitted by miqui