linkEscape method

Parser linkEscape()

Implementation

Parser linkEscape() => char(r'\') & anyOf(r'[]\');