3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = "Coulthard Sally Coulthard Location: Surrey Expertise Covered: Horse, Dog, Horse and Rider Website: www.veterinaryphysio.co.uk Tel: 07865095005 Email: sally@veterinaryphysio.co.uk Kate Haynes Location: Surrey, Sussex, Kent Expertise Covered: Horse, Performance, Horse and Rider Tel: 07957 344688 Email: katehaynesphysio@yahoo.co.uk"; if (preg_match_all("~^(.+)\RLocation:[\s\S]*?^Email: (\S*)~m", $input, $matches, PREG_SET_ORDER)) { foreach ($matches as $data) { echo "{$data[1]}, {$data[2]}\n"; } }

preferences:
58.94 ms | 402 KiB | 5 Q