Returns the full titlecase mapping of the given string
The v1 refers to the version of the options struct, which may change as we add more options
See the Rust documentation for titlecase_segment for more information.
StaticcreateConstruct a new TitlecaseMapper instance using a particular data source.
See the Rust documentation for new for more information.
StatictitlecaseReturns the full titlecase mapping of the given string, using compiled data (avoids having to allocate a TitlecaseMapper object)
The v1 refers to the version of the options struct, which may change as we add more options
See the Rust documentation for titlecase_segment for more information.
See the Rust documentation for
TitlecaseMapperfor more information.