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
r"
(?s)\\newcommand{([^}]+)}{(.+?)}(?=\s*(?:\\newcommand|$))
"
g
Input 1
1
New
\newcommand{\commandName1}{This is first command} \newcommand{\commandName2}{This is second command with {} brackets inside in multiple lines {} {} } \newcommand{\commandName3}{This is third, last command}