Regular Expressions 101

Community Patterns

0

sort3

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

()

Python
no description available
Submitted by anonymous - 7 years ago

Verify name with @{name}

1

Regular Expression
ECMAScript (JavaScript)

/
^@[a-zA-Z_.?]{1,},
/
i

Description

Loading markdown...
Submitted by bologer - 7 years ago