3v4l.org

run code in 300+ PHP versions simultaneously
<?php # URL that generated this code: # http://txt2re.com/index-php.php3?s=14:Sep:2012%20%22This%20is%20an%20Example!%22&-18 $txt='14:Sep:2012 "This is an Example!"'; $re1='.*?'; # Non-greedy match on filler $re2='is'; # Uninteresting: var $re3='.*?'; # Non-greedy match on filler $re4='(is)'; # Variable Name 1 if ($c=preg_match_all ("/".$re1.$re2.$re3.$re4."/is", $txt, $matches)) { $var1=$matches[1][0]; print "($var1) \n"; } #----- # Paste the code into a new php file. Then in Unix: # $ php x.php #----- ?>

preferences:
37.61 ms | 402 KiB | 5 Q