3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'Hello John, how are you John. John are you happy with your life John?'; $numberOfInstances = 2; echo implode('dude', explode('John', $string, $numberOfInstances + 1));

preferences:
31.94 ms | 405 KiB | 5 Q