<?php $lineContent = "<00:01:13.650><c> time</c><00:01:13.920><c> and</c> <00:01:14.780><c> that's</c><00:01:15.780><c> what</c>"; if (preg_match_all('~<(?<time>\d{2}:\d{2}:\d{2}\.\d+)><c>\s*(?<text>.*?)</c>~', $lineContent, $allintag)) { print_r($allintag["time"]); echo "\n"; print_r($allintag["text"]); }
You have javascript disabled. You will not be able to edit any code.