Const
Match a character between 0 to 9.
digit Copy
digit
RegExp equivalent:
/\d/ Copy
/\d/
Negated token
not.digitnot(digit) Copy
not.digitnot(digit)
/\D/ Copy
/\D/
Generated using TypeDoc
Match a character between 0 to 9.