I\'m currently writing a little program but I keep getting this error when compiling
error: empty character constant
I realize i
String before = EMPTY_SPACE+TAB+"word"+TAB+EMPTY_SPACE;
String after = before.replaceAll(" ", "").replace('\t', '\0');