Escaping characters in SRL
Certain characters used within strings (any value that you place within double quotes) require special handling. For example, the backslash character (\
), and the double quote character itself ("
).
To escape a character, use a backslash symbol preceding the character.
When PolyAnalyst works with the string value, the \
character will be interpreted as an escape character, and not as a part of the content.
It is also worth mentioning the use of control characters.