String replaceAll(String str, String find, String replace) { return str.replaceAll(RegExp(escapeRegExp(find)), replace); }