func strings.ToTitle
2 uses
strings (current package)
strings.go#L611: func ToTitle(s string) string { return Map(unicode.ToTitle, s) }
src.elv.sh/pkg/eval/mods/str
str.go#L592: "to-title": strings.ToTitle,
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)