Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-23 02:37
Flavor·Python

r"
(\w+)\(([^)]*)\)
"
gm
Open regex in editor

Description

Function call capture group

Submitted by anonymous