lazy_transform_str
pub fn transform( str: &str, transform_next: impl FnMut(&mut &str) -> TransformedPart) -> Cow<'_, String, str>