Regular Expressions 101

Community Patterns

Your search did not match anything

Community Library Entry

1

Regular Expression
Python

r"
\d{3}\s?\d{4}-?\d{4}
"
gm

Description

This regex extract all the phone number (Egyptian Format: xxx xxxx-xxxx)

Submitted by anonymous - 5 years ago