Learn R Programming

Ramble (version 0.1.1)

String: String is a combinator which allows us to build parsers which recognise strings of symbols, rather than just single symbols

Description

String is a combinator which allows us to build parsers which recognise strings of symbols, rather than just single symbols

Usage

String(string)

Arguments

string
is the string to be matched

See Also

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

Examples

Run this code
String("123")("123 abc")

Run the code above in your browser using DataLab