Destructively unescape a string: remove backslashes before punctuation or symbol characters.
public static string Unescape(string? text, bool removeBackSlash = true)
The string data that will be changed by unescaping any punctuation or symbol characters.
if set to true [remove back slash].