Regular Expressions 101

Community Library

Community Library Entry

3

Regular ExpressionOpen Workspace

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

Description
Created·2015-05-07 17:14
Type·Match
Flavor·Python

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

Submitted by miqui
Open Workspace