space {Ramble} | R Documentation |
space
matches zero or more space characters.
Description
space
matches zero or more space characters.
Usage
space()
See Also
Digit
, Lower
, Upper
,
Alpha
, AlphaNum
, SpaceCheck
,
String
, ident
, nat
,
token
, identifier
,
natural
, symbol
Examples
space() (" abc")
[Package Ramble version 0.1.1 Index]