hexLexer top-level property

Parser<Token<String>> hexLexer
final

Implementation

final hexLexer = pattern('0-9a-fA-F').flatten().token();