Function grace_cli::core::case::string::recase

source ·
pub fn recase<T>(string_to_recase: T, into: Case) -> Stringwhere
    T: Into<String>,
Expand description

Recase a string into the specified case.