I need to use preg_split()
function to split string into alpha and numeric.
Ex: ABC10000
into, ABC
and 10000
GSQ39800
into GSQ
and 39800
WERTYI67888
into WERTYI
and 67888
Alpha characters will be the first characters(any number of) of the string always and then the numeric(any number of).