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
/
<Button[^>]*[\n\s]+className[^>]*>
/
gm
Input 1
1
New
<Button className={style.red} /> <Button className={style.red}> </Button> <Button palette="primary" className={style.blue} /> <Button palette="primary" /> <Button palette="primary" className={style.blue} > </Button> <Button palette="primary" condition={ value => 5 ? props1 : props2 } className={style.blue} /> <Button palette="primary" condition={ value <= 5 ? props1 : props2 } className={style.blue} /> <Button palette="primary" className={style.blue} condition={ value => 5 ? props1 : props2 } />