Liking cljdoc? Tell your friends :D

tupelo.char

Tupelo - Making Clojure even sweeter

Tupelo - Making Clojure even sweeter
raw docstring

alphaclj/s

source

alpha?clj/s

(alpha? ch)
source

alphanumericclj/s

source

alphanumeric?clj/s

(alphanumeric? ch)
source

digitclj/s

source

digit?clj/s

(digit? ch)
source

hexclj/s

source

hex?clj/s

(hex? ch)
source

lowercaseclj/s

source

lowercase?clj/s

(lowercase? ch)
source

textclj/s

Set of chars used in 'normal' text. Includes all visible chars plus whitespace & EOL chars.

Set of chars used in 'normal' text. Includes all visible chars plus whitespace & EOL chars.
sourceraw docstring

text?clj/s

(text? ch)
source

uppercaseclj/s

source

uppercase?clj/s

(uppercase? ch)
source

visibleclj/s

Set of all visible (printing) ASCII chars from exclamation point (33) to tilde (126). Excludes all whitespace & control chars.

Set of all visible (printing) ASCII chars from exclamation point (33) to tilde (126).
Excludes all whitespace & control chars.
sourceraw docstring

visible-no-dquoteclj/s

All visible (printing) ASCII chars except double-quote.

All visible (printing) ASCII chars except double-quote.
sourceraw docstring

visible-no-squoteclj/s

All visible (printing) ASCII chars except double-quote.

All visible (printing) ASCII chars except double-quote.
sourceraw docstring

visible?clj/s

(visible? ch)
source

whitespaceclj/s

source

whitespace-eolclj/s

source

whitespace-eol?clj/s

(whitespace-eol? ch)
source

whitespace-horizclj/s

source

whitespace-horiz?clj/s

(whitespace-horiz? ch)
source

whitespace?clj/s

(whitespace? ch)
source

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

× close