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"; $myMatches .= "$thisMatch br"; } echo "My Matchs : " . $myMatches;

preferences:
39.43 ms | 402 KiB | 5 Q