MCPcopy Create free account
hub / github.com/chanced/caps / ToLower

Method ToLower

token/caser.go:47–49  ·  view source on GitHub ↗

ToUpper maps the rune to lower case using unicode.ToLower

(r rune)

Source from the content-addressed store, hash-verified

45
46// ToUpper maps the rune to lower case using unicode.ToLower
47func (Unicode) ToLower(r rune) rune {
48 return unicode.ToLower(r)
49}
50
51// ToUpper maps the rune to upper case using unicode.ToUpper
52func (Unicode) ToUpper(r rune) rune {

Callers

nothing calls this directly

Calls 1

ToLowerMethod · 0.65

Tested by

no test coverage detected