HEX method

Parser HEX()

Implementation

Parser HEX() => (pattern('a-f') | pattern('A-F') | pattern('0-9'));