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

Method String

text/text.go:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97type Text string
98
99func (t Text) String() string {
100 return string(t)
101}
102
103// ToLower returns t with all Unicode letters mapped to their lower case.
104func (t Text) ToLower() Text {

Callers 15

ToLowerMethod · 0.95
ToUpperMethod · 0.95
ReplaceAllMethod · 0.95
ReplaceMethod · 0.95
CompareMethod · 0.95
TrimMethod · 0.95
TrimLeftMethod · 0.95
TrimRightMethod · 0.95
TrimSpaceMethod · 0.95
TrimPrefixMethod · 0.95
TrimSuffixMethod · 0.95

Calls

no outgoing calls

Tested by 9

TestWriteSplitLowerFunction · 0.36
TestWriteFunction · 0.36
TestWriteUpperFunction · 0.36
TestWriteLowerFunction · 0.36
TestWriteRuneFunction · 0.36
TestWriteSplitUpperFunction · 0.36
TestPointerFunction · 0.36