pub fn expand_str_ez<'a, F>(replacement: &'a str, lambda: F) -> Result<String>
where F: Fn(&str) -> Result<Cow<'a, str>>,