Class String
String
Method Index
new String()
charAt(),
charCodeAt(),
concat(),
endswith(),
fromCharCode(),
indexOf(),
lastIndexOf(),
replace(),
slice(),
split(),
substr(),
substring(),
toLowerCase(),
toUpperCase()
Constructor Detail
String
function String(string:String)
Method Detail
fromCharCode
function fromCharCode():String
concat
function concat():String
toLowerCase
function toLowerCase():String
toUpperCase
function toUpperCase():String