Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ toLower
Method
toLower
string_unicode.go:589–591 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
587
}
588
589
func
(s unicodeString) toLower() String {
590
return
toLower(s.String())
591
}
592
593
func
(s unicodeString) toUpper() String {
594
caser := cases.Upper(language.Und)
Callers
nothing calls this directly
Calls
2
String
Method · 0.95
toLower
Function · 0.85
Tested by
no test coverage detected