Regular Expressions 101

Community Patterns

0

匹配合法的变量名

Python
\b[a-zA-Z_]\w+
Submitted by anonymous - 4 years ago
0

AMap POI ID

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

highlight

Python
no description available
Submitted by anonymous - 4 years ago

business phone number

1

Regular Expression
ECMAScript (JavaScript)

/
^\(\d{3}\) \d{3}-\d{4}$
/

Description

Loading markdown...
Submitted by Sarath - 8 years ago