(++ x)
Builds string from (possibly nested) collections of parsed characters and
strings. To be used with p/with
.
Builds string from (possibly nested) collections of parsed characters and strings. To be used with `p/with`.
Parser and predicate for ASCII 7 bit alphabetic or numeric character.
Parser and predicate for ASCII 7 bit alphabetic or numeric character.
Parser and predicate for ASCII 7 bit alphabetic character.
Parser and predicate for ASCII 7 bit alphabetic character.
Parser and predicate for ASCII 7 bit lower-case alphabetic character.
Parser and predicate for ASCII 7 bit lower-case alphabetic character.
Parses a CRLF or LF end of line. Returns a ewline
character.
Parses a CRLF or LF end of line. Returns a ` ewline` character.
(not-of? cs)
Returns parser and predicate for the character c
which is not in the
supplied string of characters cs
.
Returns parser and predicate for the character `c` which is _not_ in the supplied string of characters `cs`.
Parser and predicate for ASCII 7 bit numeric character.
Parser and predicate for ASCII 7 bit numeric character.
(one-of? cs)
Returns parser and predicate for the character c
which is in the supplied
string of characters cs
.
Returns parser and predicate for the character `c` which is in the supplied string of characters `cs`.
(re-match? re)
Returns parser and predicate for the character c
matching regex pattern
re
.
Returns parser and predicate for the character `c` matching regex pattern `re`.
Parser and predicate for ASCII 7 bit upper-case alphabetic character.
Parser and predicate for ASCII 7 bit upper-case alphabetic character.
Parser and predicate for ASCII 7 bit whitespace character.
Parser and predicate for ASCII 7 bit whitespace character.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close