EscapeChars

Members

Functions

opCall
mstring opCall(mstring str, cstring escape, cstring tokens)

Escapes each occurrence of an element of Tokens in str by inserting the escape pattern escape into str before the occurrence.

Manifest constants

Tokens
enum Tokens;

Tokens string consisting of the default special characters to escape

Meta