unescape
Summary​
Unescapes the characters inside a string
Description​
A string that has been escaped. For example, an escaped newline character would look like \\n. By unescaping the string, it will be converted into \n which creates an actual newline character.