MCPcopy Create free account
hub / github.com/dop251/goja / Substring

Method Substring

string.go:62–62  ·  view source on GitHub ↗
(start, end int)

Source from the content-addressed store, hash-verified

60 Length() int
61 Concat(String) String
62 Substring(start, end int) String
63 CompareTo(String) int
64 Reader() io.RuneReader
65 utf16Reader() utf16Reader

Callers 15

_stringPadMethod · 0.95
SubstringMethod · 0.65
_getIdxMethod · 0.65
writeSubstitutionFunction · 0.65
stringproto_atMethod · 0.65
stringproto_charAtMethod · 0.65
stringReplaceMethod · 0.65
stringproto_sliceMethod · 0.65

Implementers 1

importedStringstring_imported.go

Calls

no outgoing calls

Tested by

no test coverage detected