5 string objects, 6 boolean objects – LSC Lighting CLARITY LX Series v.1 User Manual
Page 267

Clarity
Appendix
Operator Manual
Page 257
filter(callbackfn [, thisArg])
reduce(callbackfn [, initialValue])
reduceRight(callbackfn [, initialValue])
44.7.5 String Objects
String Constructor
Function Properties
fromCharCode([char0 [, char1 [,...]]])
String Prototype Object
Function Properties
toString()
valueOf()
charAt(pos)
charCodeAt(pos)
concat([string1 [, string2 [, ...]]])
indexOf(searchString ,position)
lastIndexOf(searchString, position)
localeCompare(that)
match(regexp)
replace(searchValue, replaceValue)
search(regexp)
slice(start, end)
split(separator, limit)
substring(start, end)
toLowerCase()
toLocaleLowerCase()
toUpperCase()
toLocaleUpperCase()
trim()
44.7.6 Boolean Objects
Boolean Prototype Object
Function Properties
toString()
valueOf()