Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-12-18 12:58
Flavor·Python

r"
\b[a-zA-Z_][\w]*\b
"
gm
Open regex in editor

Description

\b[a-zA-Z_]\w+

Submitted by anonymous