Regular Expressions 101

Community Patterns

0

vishnu

Python
log regex
Submitted by vishnu kendre - 7 months ago
0

idk

ECMAScript (JavaScript)
one
Submitted by anonymous - 7 months ago

Validation of Phone Numbers including optional country code and area code

0

Regular Expression
Python

r"
^\(?\+?([0-9]{1,3})?[- (]?\(?([0-9]{3})?[-. )]*?\(?([0-9]{3})[-. )]*?\(?([0-9]{4})\)?\s?$
"
gm

Description

Loading markdown...
Submitted by Cristina Lucin - 9 months ago