<?php $string = "Mystreetway 123, 1.th"; var_export ( preg_split('/\D+\K /', $string, 2) );
You have javascript disabled. You will not be able to edit any code.