3v4l.org

run code in 300+ PHP versions simultaneously
<?php $testString = "http://beta.homespotter.com/signature?utm_something=fridayTest3"; $utmName; if (preg_match("/?utm_(.+)=/", $testString, $matches)) { echo "Match was found <br />"; echo $matches[0]; } ?>

preferences:
53.76 ms | 402 KiB | 5 Q