<?php $data = '234445 01:00:34.423 ineedhelpineedhelpineedhelppls 234445 03:04:24.932 sdfkkdkkddddddsdfsdfiieuwrepid'; preg_match_all('/(^\d+\s)(\d+:\w+\S\w+\S\w+)(\s.+)/im', $data, $matches, PREG_SET_ORDER); print_r($matches);
You have javascript disabled. You will not be able to edit any code.