3v4l.org

run code in 300+ PHP versions simultaneously
<?php $textarea = '<div class="dotted-highlight">The cover letter should include: <div class="dotted-highlight"><ul>'; $replacing_to = '((<div class="dotted-highlight">)([^<\n]*)\s?).*?\2.*?<ul>'; $replacing_with = '$3<ul>'; $textarea = preg_replace('#'.$replacing_to.'#', $replacing_with, $textarea); var_dump($textarea);

preferences:
32.85 ms | 405 KiB | 5 Q