Regular Expressions 101

Community Patterns

regex email

0

Regular Expression
Python

r"
[a-z][a-z0-9_\.]{5,32}@[a-z0-9]{2,}(\.[a-z0-9]{2,4}){1,2}
"
mg

Description

use for censor phonenumber in comment

Submitted by anonymous - 5 years ago