Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
Values with the string type are sequences of Unicode characters.
Remarks
String literals come between double quotes ("
) that delimit the
beginning and end of strings for the parser. If you need to have a double quote inside a string,
use the \
(backslash) character to escape it. You can use the backslash to
escape a backslash
itself.
The script above logs the following to the console:
"Nobody expects the "Spanish Inquisition"!" "Waiter! There is a backslash (this one: \) in my soup!"
Members
Returns a subset of a string, as a string
.
Returns the zero-based index number of the first occurrence of the specified substring within the string.
Converts the case of every character in the string to lowercase.
Converts the case of the characters in a string to uppercase.