Escaping characters in SRL expressions
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.
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.