<?php $string = "some address number 23 neighborhood city"; preg_match("/([^\d]*\d*)(.*)$/", $string, $matches); var_dump($matches);
You have javascript disabled. You will not be able to edit any code.