<?php $re = '/\D+/'; $str = '+61-426 861 479'; $subst = ' '; $result = ltrim(preg_replace($re, $subst, $str)); echo $result;
You have javascript disabled. You will not be able to edit any code.