Skip to content

String

Access the string datatype

Forms

string String[text]

Access text as a string

Examples

Example

${String[foo].Right[2]}
Returns the right two characters of "foo", which is "oo".