3v4l.org

run code in 300+ PHP versions simultaneously
<?php $my_thing = "thisismy.image.jpg"; $last_dot = strrpos($my_thing, "."); $ext = substr($my_thing, $last_dot); $string = "MICROSOFT CORP CIK#: 0000789019 (see all company filings)"; $newString = substr($string, 0, strpos($string, " CIK#")); echo $newString;

preferences:
46.86 ms | 402 KiB | 5 Q