Strings are immutable and cannot be modified once instantiated, which is why the replaceAll() function returns the resulting string. So you need to get the resulting string from calling the...