Case insensitive char parsers.
Case insensitive char parsers.
(equals c1 c2)
True if chars are equal, case insensitive.
True if chars are equal, case insensitive.
(not-of? cs)
Returns parser and predicate for the character c
which is not in the
supplied string of characters cs
, case insensitive.
Returns parser and predicate for the character `c` which is _not_ in the supplied string of characters `cs`, case insensitive.
(one-of? cs)
Returns parser and predicate for the character c
which is in the supplied
string of characters cs
, case insensitive.
Returns parser and predicate for the character `c` which is in the supplied string of characters `cs`, case insensitive.
(word cs)
Parses a sequence of chars given by cs
and returns cs
. Case insensitive.
Parses a sequence of chars given by `cs` and returns `cs`. Case insensitive.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close