I am writing a function to remove spaces from a String passed as an argument.
This code works:
public static String removeSpecialChars(String str) {