3v4l.org

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

preferences:
30.84 ms | 402 KiB | 5 Q