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