String
Description
Represents text as a sequence of characters (UTF-8 code units). Provides methods for manipulating such sequences. Strings are indexed with non-negative integers or negative integers (negative indices counts elements from the end of the string).
Example
console.write("a".getByteAt(0));
Expected output
97
Members
append
constructor
erase
getByteAt
indexOf
insertFrom
iterator
length
readOperator
replace
replaceAll
search
searchAll
setByteAt
split
substring
Inherited members
==
addProperty
classPrototype
getId
getOwnPropertyNames
hasOwnProperty
readOperator
removeProperty
toArray
toBoolean
toJson
toNumber
toString
Properties
classPrototype