Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-10-01 05:18
Flavor·Python

r"
\w+(?=\()
"
gm
Open regex in editor

Description

Get the name of a function before '('

Submitted by anonymous