3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pattern = '/^.*\bimportant\h+\d.*\R*/mi'; $string = 'important 1 some words ...... IMPORTANT 34 some words ...... important 99 some words ......'; $result = preg_replace($pattern, '', $string); echo $result;

preferences:
32.46 ms | 404 KiB | 5 Q