<?php $str = 'has1numbers2init33'; var_export( preg_split('/\D\K(?=\d+$)/', $str) );
You have javascript disabled. You will not be able to edit any code.