Regular Expressions 101

Community Patterns

Function call capture group

0

Regular Expression
Python

r"
(\w+)\(([^)]*)\)
"
gm

Description

Function call capture group

Submitted by anonymous - a year ago