replace
static String replace(String text, Pattern from, String replace) { return text.replaceAll(from, replace); }