[][src]Module inflector::cases::titlecase

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