3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sourcestring="A string1 A string2 A string3 Of string4 to match"; preg_match_all('/string.{1}/',$sourcestring,$match); $myMatches = ""; echo "My Matchs : "; foreach($match[0] as $thisMatch){ echo "$thisMatch\n"; }

preferences:
30.25 ms | 402 KiB | 5 Q