<?php $data = "The time is 1020 and the time is 1340 and 1550"; echo preg_replace('~\b\d{2}\K(?=\d{2}\b)~', ':', $data);
You have javascript disabled. You will not be able to edit any code.