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 = ""; foreach($match[0] as $thisMatch){ echo "$thisMatch\n"; } echo "My Matchs : ";

preferences:
33.36 ms | 402 KiB | 5 Q