func unicode.ToTitle
6 uses
unicode (current package)
letter.go#L274: func ToTitle(r rune) rune {
letter.go#L297: r1 = ToTitle(r)
bytes
bytes.go#L676: func ToTitle(s []byte) []byte { return Map(unicode.ToTitle, s) }
bytes.go#L764: return unicode.ToTitle(r)
strings
strings.go#L615: func ToTitle(s string) string { return Map(unicode.ToTitle, s) }
strings.go#L724: return unicode.ToTitle(r)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)