func unicode.ToLower
12 uses
unicode (current package)
letter.go#L261: func ToLower(r rune) rune {
letter.go#L304: r1 = ToLower(r)
letter.go#L363: if l := ToLower(r); l != r {
bytes
bytes.go#L668: return Map(unicode.ToLower, s)
github.com/evanw/esbuild/internal/bundler
bundler.go#L1738: } else if boundaryA != boundaryB || unicode.ToLower(runeA) != unicode.ToLower(runeB) {
github.com/google/licensecheck/old
normalize.go#L111: l := unicode.ToLower(r)
github.com/imdario/mergo
map.go#L60: fieldName = changeInitialCase(fieldName, unicode.ToLower)
github.com/shurcooL/sanitized_anchor_name
main.go#L23: anchorName = append(anchorName, unicode.ToLower(r))
google.golang.org/protobuf/internal/strs
strings.go#L156: b = append(b, byte(unicode.ToLower(c)))
strings.go#L173: if unicode.ToLower(rune(s[0])) != rune(prefix[0]) {
strings
strings.go#L606: return Map(unicode.ToLower, s)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |