<?php $norm = 'mo-sa9:00-20:00uhr'; echo preg_replace('~(?<!\d)(\d)([.:])(\d{2})~', ' $1$2$3', $norm);
You have javascript disabled. You will not be able to edit any code.