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#L698: func ToTitle(s []byte) []byte { return Map(unicode.ToTitle, s) }
bytes.go#L786: return unicode.ToTitle(r)
strings
strings.go#L714: func ToTitle(s string) string { return Map(unicode.ToTitle, s) }
strings.go#L823: return unicode.ToTitle(r)
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |