Module titlecase

Source
Expand description

Provides conversion to and detection of title case strings.

Example string Title Case

Functionsยง

is_title_case
Determines if a &str is Title Case
to_title_case
Converts a &str to Title Case String