type golang.org/x/text/cases.Option
12 uses
golang.org/x/text/cases (current package)
cases.go#L71: func Upper(t language.Tag, opts ...Option) Caser {
cases.go#L76: func Lower(t language.Tag, opts ...Option) Caser {
cases.go#L82: func Title(t language.Tag, opts ...Option) Caser {
cases.go#L93: func Fold(opts ...Option) Caser {
cases.go#L98: type Option func(o options) options
cases.go#L109: NoLower Option = noLower
cases.go#L113: Compact Option = compact
cases.go#L127: func getOpts(o ...Option) (res options) {
cases.go#L147: func HandleFinalSigma(enable bool) Option {
golang.org/x/text/secure/precis
options.go#L129: func FoldCase(opts ...cases.Option) Option {
options.go#L138: func LowerCase(opts ...cases.Option) Option {
options.go#L146: opts = append([]cases.Option{cases.HandleFinalSigma(false)}, opts...)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |