package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev
# Functions
Fold returns a Caser that implements Unicode case folding.
HandleFinalSigma specifies whether the special handling of Greek final sigma should be enabled.
Lower returns a Caser for language-specific lowercasing.
Title returns a Caser for language-specific title casing.
Upper returns a Caser for language-specific uppercasing.
# Constants
UnicodeVersion is the Unicode version from which the tables in this package are derived.
# Type aliases
An Option is used to modify the behavior of a Caser.