Solution
For backslash codes to be recognized as valid commands, you need to replace these strings with the available escape-sequence constants using the
Search and Replace String function.
The code below is an example of how the said function can be used to replace backslash codes with valid escape sequences in a given string.