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

Method ToLower

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

ToLower maps the rune to lower case

(r rune)

Source from the content-addressed store, hash-verified

58type Caser interface {
59 // ToLower maps the rune to lower case
60 ToLower(r rune) rune
61 // ToUpper maps the rune to upper case
62 ToUpper(r rune) rune
63 // ToTitle maps the rune to title case

Callers 15

LowerFirstFunction · 0.65
ToLowerFunction · 0.65
TestToLowerFunction · 0.65
ToLowerMethod · 0.65
WriteUpperFirstLowerRestFunction · 0.65
WriteSplitLowerFunction · 0.65
WriteSplitLowerRunesFunction · 0.65
WriteLowerFunction · 0.65
ToLowerFunction · 0.65
UpperFirstLowerRestFunction · 0.65
LowerFirstFunction · 0.65

Implementers 1

Unicodetoken/caser.go

Calls

no outgoing calls

Tested by 3

TestToLowerFunction · 0.52
TestHasPartialMatchesFunction · 0.52
TestText_ToLowerFunction · 0.52