func unicode.ToTitle
6 uses
unicode (current package)
letter.go#L272: func ToTitle(r rune) rune {
letter.go#L295: r1 = ToTitle(r)
bytes
bytes.go#L672: func ToTitle(s []byte) []byte { return Map(unicode.ToTitle, s) }
bytes.go#L759: return unicode.ToTitle(r)
strings
strings.go#L611: func ToTitle(s string) string { return Map(unicode.ToTitle, s) }
strings.go#L719: return unicode.ToTitle(r)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)