3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = 'Line 1/nLine 2/nLine 3'; echo substr($text, 0, strrpos($text, '/')). '<br>'; echo substr($text, strrpos($text, '/'));

preferences:
39.04 ms | 402 KiB | 5 Q