Crate unicode_titlecase
source ·Expand description
Re-exports
pub use tr_az::to_titlecase_tr_or_az;
Modules
- A module to supply TR/AZ locale specific upper and lower case utilities.
Structs
- An iterator over a titlecase mapped char.
Traits
- Trait to add titlecase operations to Strings and string slices. Both locale agnostic and TR/AZ versions of the functions are supplied.
- This trait adds title case methods to
char. They function the same as the std library’schar::to_lowercaseandchar::to_uppercaseusing a customToTitleCaseiterator.
Functions
- Accepts a char and returns the Unicode title case for that character as a 3 char array.