static String foldReplacing(String str, String replacement) { return _fold(str, (_) => replacement); }