Regular Expressions 101

Community Patterns

0

VAT label

Python
no description available
Submitted by anonymous - 4 years ago
0

Negative regexp

Python
no description available
Submitted by anonymous - 4 years ago
0

GQL Parser

Python
no description available
Submitted by anonymous - 4 years ago
0

index_re

Python
no description available
Submitted by anonymous - 4 years ago
0

lineup.re

Python
no description available
Submitted by anonymous - 4 years ago
0

US zip code

Python
no description available
Submitted by anonymous - 4 years ago
0

Log error code

Python
no description available
Submitted by anonymous - 4 years ago

Phone number regex

0

Regular Expression
Python

r"
^\s*(?:\+?(\d{1,3})\s*)?(\s?\(?\d{2}\)\s?)?(\s?[-. (]*(\d{3})[-. )]*)?((\d{3,4})[-. ]*(\d{2,5})(?:[-.x ]*(\d+))?)\s*$
"
gm

Description

Loading markdown...
Submitted by Drew Recker - 2 years ago