Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
type
Text string
98
99
func
(t Text) String() string {
100
return
string(t)
101
}
102
103
// ToLower returns t with all Unicode letters mapped to their lower case.
104
func
(t Text) ToLower() Text {
Callers
15
ToLower
Method · 0.95
ToUpper
Method · 0.95
ReplaceAll
Method · 0.95
ToScreamingDotNotation
Method · 0.95
Replace
Method · 0.95
Compare
Method · 0.95
Trim
Method · 0.95
TrimLeft
Method · 0.95
TrimRight
Method · 0.95
TrimSpace
Method · 0.95
TrimPrefix
Method · 0.95
TrimSuffix
Method · 0.95
Calls
no outgoing calls
Tested by
9
TestWriteUpperFirstLowerRest
Function · 0.36
TestWriteSplitLowerFirstUpperRest
Function · 0.36
TestWriteSplitLower
Function · 0.36
TestWrite
Function · 0.36
TestWriteUpper
Function · 0.36
TestWriteLower
Function · 0.36
TestWriteRune
Function · 0.36
TestWriteSplitUpper
Function · 0.36
TestPointer
Function · 0.36