Please enable JavaScript to use regex101
/
^
r
e
g
e
x
[
\
-
_
]
?
1
0
1
$
/
i
Reg
ular
Ex
pressions
101
Reg
ular
Ex
pressions
101
Upgrade to Pro
Enterprise
Regular Expression
/
(?<=MyFunction\()([^()]+|\((?1)*\))+(?=\))
/
gm
Input 1
1
New
MyFunction(23) MyFunction('Sekret') MyFunction( 23, 'Sekret', Date() ) MyFunction( Encrypt('Sekret'), Date() ) MyFunction( Encrypt('Sekret', foo(bar), baz()), Date() )