Skip to main content

str_to_case

Function str_to_case 

Source
pub fn str_to_case<S: AsRef<str>>(s: S, case: Case<'_>) -> String
Expand description

Converts a string to the specified case.