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"; $match = null; preg_match_all('/[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&\?\/.=]+/', $string, $match); var_dump($match);
Output for 5.4.0 - 5.4.20
Parse error: syntax error, unexpected 'www' (T_STRING) in /in/Sc4Wa on line 15
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_STRING in /in/Sc4Wa on line 15
Process exited with code 255.

preferences:
189.36 ms | 1394 KiB | 56 Q