package
0.0.0-20240927105425-f6cbe64b58da
Repository: https://github.com/gxde-os/golang-gxde-dev.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.