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.
Static
createConstruct a new TitlecaseMapper
instance using a particular data source.
See the Rust documentation for new
for more information.
Static
titlecaseReturns 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
TitlecaseMapper
for more information.