Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-17 20:14
Flavor·PCRE (Legacy)

/
[^,()]+(?:\((?:(?R)(,(?R))*|[^,()]+|)\))?
/
g
Open regex in editor

Description

A simple regex to match individual arguments of a function.

Submitted by anonymous