Digit {Ramble} | R Documentation |
Digit checks for single digit
Description
Digit checks for single digit
Usage
Digit(...)
Arguments
... |
additional arguments for the primitives to be parsed |
See Also
Lower
, Upper
,
Alpha
, AlphaNum
, SpaceCheck
,
String
, ident
, nat
,
space
, token
, identifier
,
natural
, symbol
Examples
Digit()("123")
[Package Ramble version 0.1.1 Index]