<?php $re = '/\b[a-z]+-[a-z]+\K\d:\d\d-\d\d:\d\duhr\b/'; $norm = 'mo-sa9:00-20:00uhr'; echo preg_replace($re, " 0$0", $norm);
You have javascript disabled. You will not be able to edit any code.