Hello one and all,
I need a function for the following one .. I am having my input as some Ap1z-123. I would like to separate 123 from string and i would like to print that . Like that i can have many but i should get only the numeric part appended to the end of the string.
Few examples :
Input Output
---------------------------------------------------------
AP12Z/111 111
-------------------------------------------------------------
ap23e_234 234
---------------------------------------------------------
ABN4E-456 456
Like that i can have several inputs but the output should be only numbers
Dorababu