Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for makeOld (0.12 sec)

  1. src/cmd/vendor/golang.org/x/text/cases/cases.go

    // sound comparisons. Use golang.org/x/text/secure/precis for string comparisons
    // where security aspects are a concern.
    func Fold(opts ...Option) Caser {
    	return Caser{makeFold(getOpts(opts...))}
    }
    
    // An Option is used to modify the behavior of a Caser.
    type Option func(o options) options
    
    // TODO: consider these options to take a boolean as well, like FinalSigma.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top