3v4l.org

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

preferences:
44.66 ms | 402 KiB | 5 Q