pub fn is_endingwith(v: Cow<'_, str>, other: Cow<'_, str>) -> bool
Checks if the value is ending with a string.