Liking cljdoc? Tell your friends :D

paco.char.preds


amongclj/s

(among chars)
source

andclj/s

(and p1 p2)
source

ascii-letter?clj/s

Returns true if ch is a ASCII letter (a-z, A-Z).

Returns true if `ch` is a ASCII letter (a-z, A-Z).
sourceraw docstring

ascii-lower?clj/s

Returns true if ch is a ASCII lower-case letter (a-z).

Returns true if `ch` is a ASCII lower-case letter (a-z).
sourceraw docstring

ascii-upper?clj/s

Returns true if ch is a ASCII upper-case letter (A-Z).

Returns true if `ch` is a ASCII upper-case letter (A-Z).
sourceraw docstring

code-pointclj/s

(code-point ch)
source

control?clj/s

Returns true if ch is a control character.

Returns true if `ch` is a control character.
sourceraw docstring

digit?clj/s

Returns true if ch is a decimal digit (0-9).

Returns true if `ch` is a decimal digit (0-9).
sourceraw docstring

eqclj/s

(eq ch)
source

hex?clj/s

Returns true if ch is a hexadecimal digit (0-9, a-f, A-F).

Returns true if `ch` is a hexadecimal digit (0-9, a-f, A-F).
sourceraw docstring

in-rangeclj/s

(in-range min max)
source

letter?clj/s

Returns true if ch is a Unicode letter.

Returns true if `ch` is a Unicode letter.
sourceraw docstring

lower?clj/s

Returns true if ch is a Unicode lower-case letter.

Returns true if `ch` is a Unicode lower-case letter.
sourceraw docstring

neqclj/s

(neq ch)
source

notclj/s

(not pred)
source

not-amongclj/s

(not-among chars)
source

not-in-rangeclj/s

(not-in-range min max)
source

octal?clj/s

Returns true if ch is an octal digit (0-7).

Returns true if `ch` is an octal digit (0-7).
sourceraw docstring

orclj/s

(or p1 p2)
source

predclj/s

(pred x)
source

testclj/s

(test pred ch)
source

upper?clj/s

Returns true if ch is a Unicode upper-case letter.

Returns true if `ch` is a Unicode upper-case letter.
sourceraw docstring

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

× close