qtil
advanced-security/qtil-swift 0.0.3
Search

Predicate Escape::unescape

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
string unescape(string input)