Predicate SeparatedEscape::escapeItem
Escape a string using the escape map, using a custom escape character.
Typically performed internally on each item before building the list, but public in case it is needed for other purposes.
Import path
import qtil.strings.Escapestring escapeItem(string str, Char escaper)