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

TypeAlias Text

text/text.go:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97type Text string
98
99func (t Text) String() string {
100 return string(t)

Callers 15

JoinMethod · 0.85
ToLowerMethod · 0.85
ToUpperMethod · 0.85
ReplaceAllMethod · 0.85
ReplaceMethod · 0.85
TrimMethod · 0.85
TrimLeftMethod · 0.85
TrimRightMethod · 0.85
TrimSpaceMethod · 0.85
TrimPrefixMethod · 0.85
TrimSuffixMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected