MCPcopy 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
589func (s unicodeString) toLower() String {
590 return toLower(s.String())
591}
592
593func (s unicodeString) toUpper() String {
594 caser := cases.Upper(language.Und)

Callers

nothing calls this directly

Calls 2

StringMethod · 0.95
toLowerFunction · 0.85

Tested by

no test coverage detected