convnum
    Preparing search index...

    Type Alias CaseType

    CaseType: "sentence" | "title" | "lower" | "upper"

    Case types for string formatting

    • "sentence" case (first letter capitalized, rest lowercase)
    • "title" case (first letter of each word capitalized, separated by spaces and "-")
    • "lower" case (all lowercase)
    • "upper" case (all uppercase)