Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-03 14:26
Flavor·Python

r"
(\d{1})[-](\d{3})[-](\d{3})[-](\d{4})
"
gm
Open regex in editor

Description

This locates a valid phone number in a list of phone numbers

Submitted by Dandaps