Regular Expressions 101

Community Patterns

0

AE Log Line

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

Name w/ unicode

Python
no description available
Submitted by anonymous - 4 years ago

Flexible phone validation

1

Regular Expression
Python

r"
^(\+[0-9]{1,2})?(\.|\ |\-)?([0-9]{1,3}(\.|\ |\-)?){5,6}$
"
mg

Description

Loading markdown...
Submitted by anonymous - 3 years ago