Regular Expressions 101

Community Patterns

check code

0

Regular Expression
Python

r"
\b(([a-z] ){3,5}|[a-z]{3,5}) ?\d[\d\- ]{3,15}\d\b|\b\d[\d -]{3,18}\d\b
"
gi

Description

no description available

Submitted by anonymous - 4 years ago