characterEscape method

Parser characterEscape()

Implementation

Parser characterEscape() => char('\\') & any();