Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-08-27 03:57
Flavor·Python

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

Description

use for censor phonenumber in comment

Submitted by anonymous