func unicode.ToUpper
9 uses
unicode (current package)
letter.go#L250: func ToUpper(r rune) rune {
letter.go#L286: r1 = ToUpper(r)
letter.go#L366: return ToUpper(r)
bytes
bytes.go#L638: return Map(unicode.ToUpper, s)
github.com/imdario/mergo
map.go#L77: fieldName := changeInitialCase(key, unicode.ToUpper)
github.com/jmespath/go-jmespath
interpreter.go#L320: fieldName := string(unicode.ToUpper(first)) + key[n:]
google.golang.org/protobuf/internal/strs
strings.go#L133: b = append(b, byte(unicode.ToUpper(c)))
strings.go#L153: b = append(b, byte(unicode.ToUpper(c)))
strings
strings.go#L576: return Map(unicode.ToUpper, s)
![]() |
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. |