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
/
{IF:(.*?)}[\s]*?(.*?)[\s]*?{ELSE}[\s]*?(.*?)[\s]*?{ENDIF}
/
i
Input 1
1
New
// Does NOT Work with html tags// {IF:(!isset($_SESSION['loggedin']))} <div> <p>This code no longer works</p> <p>Remove this div and everything will work.</p> </div> {ELSE} Bleh {ENDIF}