func unicode.ToTitle
6 uses
unicode (current package)
letter.go#L290: func ToTitle(r rune) rune {
letter.go#L313: r1 = ToTitle(r)
bytes
bytes.go#L753: func ToTitle(s []byte) []byte { return Map(unicode.ToTitle, s) }
bytes.go#L841: return unicode.ToTitle(r)
strings
strings.go#L764: func ToTitle(s string) string { return Map(unicode.ToTitle, s) }
strings.go#L873: return unicode.ToTitle(r)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)