Reverse the escape operation on a string, using the escape map, using backslash as the escape character.
Double backslash characters are also unescaped in the string to a single backslash.
See the module documentation (Escape) for more details.
Import path
import qtil.strings.Escape