Deletes the carriage and colors return from strings
String rmControls(String str) { var result = str.replaceAll(GgStatusPrinter.carriageReturn, ''); result = rmConsoleColors(result); return result; }