<?php $strings = [ "Time: 10:40 Request: page.php Action: whatever this is Refer: Facebook", "Action: This Example BB: Bla bla Request: 555" ]; foreach ($strings as $string) { print_r(preg_split('/\S+:\h+.*?(?=\h+\S+:)\K\h+/', $string)); }
You have javascript disabled. You will not be able to edit any code.