Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-11-17 09:23
Updated·2023-07-19 10:18
Flavor·Python

r"
^[0-9]{14}$
"
gm
Open regex in editor

Description

The regex matches for national or international phone number of up to 15 digits if it includes the country code

Submitted by anonymous