Given a string, I'd like to interpolate it as done by python.
For example, for a string with slash and the letter "n". I'd like to convert it to new line.
Could anybody let me know to do it? Thanks.
Given a string, I'd like to interpolate it as done by python.
For example, for a string with slash and the letter "n". I'd like to convert it to new line.
Could anybody let me know to do it? Thanks.