nat {Ramble} | R Documentation |
nat
is a parser which matches one or more numeric characters.
Description
nat
is a parser which matches one or more numeric characters.
Usage
nat()
See Also
Digit
, Lower
, Upper
,
Alpha
, AlphaNum
, SpaceCheck
,
String
, ident
,
space
, token
, identifier
,
natural
, symbol
Examples
nat() ("123 + 456")
[Package Ramble version 0.1.1 Index]