<?php $var = "2013AD"; [$year, $jesusStatus] = preg_split('~\d+\K~', $var, 2); var_export($year); echo "\n"; var_export($jesusStatus);
You have javascript disabled. You will not be able to edit any code.