field = field.replaceAll(" *\\(`\\d+`\\)*", ""); \\this not work

Replace the above line with below code

field = field.replaceAll("[ \\(\\)\'\\`]", "");