Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-10-21 08:02
Flavor·Python

r"
\b[\s(.)\d-]{6,}\d\b
"
g
Open regex in editor

Description

Find all telephones in text: 968123123 968 123 123 968.123.123 968 12 12 12

Submitted by anonymous