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#L749: func ToTitle(s []byte) []byte { return Map(unicode.ToTitle, s) }
bytes.go#L837: return unicode.ToTitle(r)
strings
strings.go#L768: func ToTitle(s string) string { return Map(unicode.ToTitle, s) }
strings.go#L877: return unicode.ToTitle(r)
![]() |
The pages are generated with Golds v0.8.4. (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. |