3v4l.org

run code in 300+ PHP versions simultaneously
<?php $line = 'You know this brother has knowledge of brotherhood.'; $pattern = '~\b(Know|brother)\b~i'; $output = preg_replace($pattern, '<b>$1</b>', $line); var_dump(trim($output));

preferences:
42.02 ms | 1249 KiB | 5 Q