class Ven::Parselet::PString
- Ven::Parselet::PString
- Ven::Parselet::Nud
- Ven::Parselet::Share
- Reference
- Object
Overview
Reads a string into QString.
Defined in:
ven/parselet/nud.crConstant Summary
-
ESCAPES =
{"\\$" => "$", "\\e" => "\e", "\\n" => "\n", "\\r" => "\r", "\\t" => "\t", "\\\"" => "\"", "\\\\" => "\\"}
-
Escaped escape codes and what they should be unescaped into.