func unicode.ToTitle
6 uses
unicode (current package)
letter.go#L276: func ToTitle(r rune) rune {
letter.go#L299: r1 = ToTitle(r)
bytes
bytes.go#L710: func ToTitle(s []byte) []byte { return Map(unicode.ToTitle, s) }
bytes.go#L798: return unicode.ToTitle(r)
strings
strings.go#L682: func ToTitle(s string) string { return Map(unicode.ToTitle, s) }
strings.go#L791: return unicode.ToTitle(r)
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |