Expand description
Processes the given string, converting escape substrings into the proper characters.
This also supports string continuation, This allows users to write strings like: “Hello,
World!”
which is actually just “Hello, World!”.
Processes the given string, converting escape substrings into the proper characters.
This also supports string continuation, This allows users to write strings like: “Hello,
World!”
which is actually just “Hello, World!”.