Regular Expressions 101

Sponso⁠rs

Community Library

Community Library Entry

1

Regular ExpressionOpen Workspace

r"
(?:(?<=^)|(?<=\D))((00|\+)?55(\s|\.|-)*)?((\()?0?\d{2}(?(5)\)|)(\s|\.|-)*)?(9(\s|\.|-)*)?\d{4}(\s|\.|-)*\d{4}(?=\D|$)
"
gm

Description
Created·2016-09-06 21:50
Type·Match
Flavor·Python

get all attempts to write brazilian phone numbers

Submitted by rafaelverger
Open Workspace