decasify

Function to_case

source
pub fn to_case(
    chunk: impl Into<Chunk>,
    case: impl Into<Case>,
    locale: impl Into<Locale>,
    style: impl Into<StyleGuide>,
) -> String
Expand description

Convert a string to a specific case following typesetting conventions for a target locale