pub fn recase<T>(string_to_recase: T, into: Case) -> Stringwhere T: Into<String>,
Recase a string into the specified case.