3v4l.org

run code in 300+ PHP versions simultaneously
<?php // get everything after last newline $text = "Line 1\nLine 2\nLine 3"; $last = substr(strrchr($text, 10), 1 ); var_Dump($last);

preferences:
38.75 ms | 402 KiB | 5 Q