Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
preg_match_all('%<pre class="brush: php">.*?<p.*?>.*?</p>.*?</pre>%si', $subject, $result, PREG_PATTERN_ORDER);
$result = $result[0];
$code = preg_replace('%<(/{0,1})p>%si', "", $code);