(deep-join x)
(deep-join sb x)
Builds string from (possibly nested) collections of parsed characters and strings.
Builds string from (possibly nested) collections of parsed characters and strings.
(equals-ignorecase c1 c2)
True if chars are equal, case insensitive.
True if chars are equal, case insensitive.
(one-of-pred-default cs)
Default predicate for one-of?
and not-of?
parsers.
Default predicate for `one-of?` and `not-of?` parsers.
(one-of-pred-fn k cs)
Returns predicate for the keyword k
and string of characters cs
.
Returns predicate for the keyword `k` and string of characters `cs`.
(one-of-pred-ignorecase cs)
Default predicate for one-of?
and not-of?
parsers.
Default predicate for `one-of?` and `not-of?` parsers.
(register-one-of-pred-fn k f)
Associates keyword k
with predicate function of the one-of?
and not-of?
parsers.
Associates keyword `k` with predicate function of the `one-of?` and `not-of?` parsers.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close