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