How can i extract the Alpha chars from the following string:
eg.
0900000101135ABC
0900000101135DEFG
Is there a std fn mod for extracting ABC and DEFG from the above strings..???
Output
ABC
DEFG