qtil
advanced-security/qtil-swift 0.0.3
Search

Predicate SeparatedEscape::unescapeItem

Unescape a string using the escape map, using backslash as the escape character.

Typically performed internally on each item after splitting the list to get the semantic meaning of each item, but public in case it is needed for other purposes.

Import path

import qtil.strings.Escape
string unescapeItem(string str, Char escaper)