Liking cljdoc? Tell your friends :D

strojure.parsesso.char.ignore-case

Case insensitive char parsers.

Case insensitive char parsers.
raw docstring

equalsclj/s

(equals c1 c2)

True if chars are equal, case insensitive.

True if chars are equal, case insensitive. 
sourceraw docstring

not-of?clj/s

(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.
sourceraw docstring

one-of?clj/s

(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.
sourceraw docstring

wordclj/s

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close