radixDigits method

Parser radixDigits()

Implementation

Parser radixDigits() => pattern('0-9A-Z').plus();