Liking cljdoc? Tell your friends :D

strojure.parsesso.impl.char


deep-joinclj/s

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

equals-ignorecaseclj/s

(equals-ignorecase c1 c2)

True if chars are equal, case insensitive.

True if chars are equal, case insensitive. 
sourceraw docstring

one-of-pred-defaultclj/s

(one-of-pred-default cs)

Default predicate for one-of? and not-of? parsers.

Default predicate for `one-of?` and `not-of?` parsers.
sourceraw docstring

one-of-pred-fnclj/s

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

one-of-pred-ignorecaseclj/s

(one-of-pred-ignorecase cs)

Default predicate for one-of? and not-of? parsers.

Default predicate for `one-of?` and `not-of?` parsers.
sourceraw docstring

register-one-of-pred-fnclj/s

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

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

× close