class Ven::Parselet::PString
- Ven::Parselet::PString
- Ven::Parselet::Nud
- Reference
- Object
Overview
Parses a string into a QString: "foo bar baz\n"
.
Defined in:
ven/parselet/nud.crConstant Summary
-
SEQUENCES =
{"\\n" => "\n", "\\t" => "\t", "\\r" => "\r", "\\\"" => "\"", "\\\\" => "\\"}
-
A hash of escaped escape sequences and what they should evaluate to.
Instance Method Summary
- #parse(parser, tag, token)
-
#unescape(operand : String)
Evaluates the escape sequences in the operand String.