3v4l.org

run code in 300+ PHP versions simultaneously
<?php $qtext = '<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">Which of the following statements is correct regarding use of a residential property?</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0"> I. A legal suite is one that meets current Land Use Bylaws and was built with proper permits</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0"> II. An illegal suite is one that does not meet current Land Use Bylaws and/or was built without proper permits</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0">III. A non-conforming suite is one that does not meet current Land Use Bylaws but did at one time</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Tahoma" SIZE="14" COLOR="#000000" LETTERSPACING="0" KERNING="0"> IV. A semi-legal suite is one that meets both current and past Land Use Bylaws </FONT></P></TEXTFORMAT>'; $qtext = preg_replace("/<([a-z][a-z0-9]*)[^>]*?(\/?)>/i",'<$1$2>', $qtext); $qtext = strip_tags($qtext, '<p></p>'); $qtext = str_replace('</P><P>', '<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;', $qtext); echo $qtext;

preferences:
66.66 ms | 402 KiB | 5 Q