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

Method LowerFirst

caps.go:88–90  ·  view source on GitHub ↗

LowerFirst converts the first rune of str to lowercase.

(str string)

Source from the content-addressed store, hash-verified

86
87// LowerFirst converts the first rune of str to lowercase.
88func (c Caps) LowerFirst(str string) string {
89 return token.LowerFirst(c.caser, str)
90}
91
92// Without numbers returns the string with all numeric runes removed.
93//

Callers 1

TestLowerFirstFunction · 0.80

Calls 1

LowerFirstFunction · 0.92

Tested by 1

TestLowerFirstFunction · 0.64