WAP to remove all numeric characters from the String
Eg
input= "Hello 123World55"
output="Hello World"
Published By : Suraj Ghimire
WAP to remove all numeric characters from the String
Eg
input= "Hello 123World55"
output="Hello World"