3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "http://google.at;www.davetrudes.com asdf http://www.youtube.com/user/davetrudes http://code.google.com/u/dave.trudes/"; $t = "regexbuddy.com www.regexbuddy.com http://regexbuddy.com cvc http://www.regexbuddy.com cvcv http://www.regexbuddy.com/ g http://www.regexbuddy.com/index.html f http://www.regexbuddy.com/index.html?source=library f You can download RegexBu ddy at http://www.regexbuddy.com/download.html. f 'www.domain.com/quoted URL with spaces' http://10.2.2.1.2/ttxx/txt/gg v support@regexbuddy.com"; $not = "hello world"; $match = null; preg_match('/[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&\?\/.=]+/', $not, $match); if ($match) { var_dump($match[0]); } else {var_dump("nothing");} var_dump($match);
Output for git.master, git.master_jit, rfc.property-hooks
string(7) "nothing" array(0) { }

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
48.98 ms | 401 KiB | 8 Q