SpaceCheck: SpaceCheck checks for a single space character

Description Usage Arguments See Also Examples

Description

SpaceCheck checks for a single space character

Usage

1

Arguments

...

additional arguments for the primitives to be parsed

See Also

Digit, Lower, Upper, Alpha, AlphaNum, String, ident, nat, space, token, identifier, natural, symbol

Examples

1
SpaceCheck()(" 123")

Example output

$result
[1] " "

$leftover
[1] "123"

Ramble documentation built on May 1, 2019, 7:17 p.m.