3v4l.org

run code in 300+ PHP versions simultaneously
<?php $HTTP_USER_AGENT = "test2"; $seoagents = "test1,test2,test3"; $custom1agents = explode(",",$seoagents); //echo implode('|', $custom1agents); if(preg_match('/('.implode('|', $custom1agents).')/i', $HTTP_USER_AGENT, $match)) { echo "matched"; } else { echo "did not match"; }

preferences:
34.65 ms | 402 KiB | 5 Q