3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sentence='This is the sentence to be searhed through'; $search = 'sent'; $result = preg_replace("/" . preg_quote($search, "/") . "/ui", "<strong style='color:yellow'>$0</strong>", $sentence); echo $result;

preferences:
26.49 ms | 405 KiB | 5 Q