escape top-level constant

String const escape

Escape delimiters to be used as normal string.

Example: formatDate(DateTime(1989, 02, 1, 15, 40), HH,'\h',nn); // => 15h40

Implementation

const String escape = '\\';