ECHAR top-level property

Parser<List> ECHAR
final

159s ECHAR ::= '' [tbnrf"']

Implementation

final ECHAR = pattern('\\') & pattern('tbnrf"\'\\');