Hi!
I need help to split alphabets & digits from a string. The string have a pattern of one or more alphabets in front and one or more digits at the end. e.g. "CM000001". can i use preg_split funtion or i should use loop to check each character ? please help. thanks!
regards
Desmond Wong