Regular Expressions 101

Community Patterns

1

Line VTY

Python
Used to search line vty for exec
Submitted by Hozenya - 8 years ago
1

f

Python
f
Submitted by f - 8 years ago
1

img

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 8 years ago

Phone number validator

-1

Regular Expression
Python

r"
^\(?(?P<prefix>(?=1)|\+|(?:0(?:0(?:0|1|9)?|1(?:0|1))?|119))[-. ]?\(?(?P<CC>1([-. ]?)[0-9]{3}|2(?:0|[0-9]{2})|3(?:[0-469]|[0-9]{2})|4(?:[013-9]|[0-9]{2})|5(?:[1-8]|[0-9]{2})|6(?:[0-6]|[0-9]{2})|7(?:[-. ]?[67]|[0-9]{3})|8(?:[1246]|[0-9]{2})|9(?:[0-58]|[0-9]{2}))(?:\)?[-. ])?(?P<number>(?:[0-9]+[-. ]?)+)$
"
mg

Description

Loading markdown...
Submitted by Ādams Muzikants - 8 years ago