Actualités

Java program to remove characters in a string except alphabets Algorithm Take String input from user and store it in a variable called “s”. After that use replaceAll () method.