String {Ramble} | R Documentation |
String
is a combinator which allows us to build parsers which
recognise strings of symbols, rather than just single symbolsString
is a combinator which allows us to build parsers which
recognise strings of symbols, rather than just single symbols
String(string)
string |
is the string to be matched |
Digit
, Lower
, Upper
,
Alpha
, AlphaNum
, SpaceCheck
,
ident
, nat
,
space
, token
, identifier
,
natural
, symbol
String("123")("123 abc")