Tupelo - Making Clojure even sweeter
Tupelo - Making Clojure even sweeter
(alpha? ch)
Returns true iff char is in tupelo.chars/alpha
Returns true iff char is in tupelo.chars/alpha
(alphanumeric? ch)
Returns true iff char is in tupelo.chars/alphanumeric
Returns true iff char is in tupelo.chars/alphanumeric
(digit? ch)
Returns true iff char is in tupelo.chars/digit
Returns true iff char is in tupelo.chars/digit
(hex? ch)
Returns true iff char is in tupelo.chars/hex
Returns true iff char is in tupelo.chars/hex
(lowercase? ch)
Returns true iff char is in tupelo.chars/lowercase
Returns true iff char is in tupelo.chars/lowercase
(nbsp)
(nbsp N)
Return a string of N non-breaking-space (NBSP) chars (default=1).
Return a string of N non-breaking-space (NBSP) chars (default=1).
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.
(text? ch)
Returns true iff char is in tupelo.chars/text
Returns true iff char is in tupelo.chars/text
(uppercase? ch)
Returns true iff char is in tupelo.chars/uppercase
Returns true iff char is in tupelo.chars/uppercase
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.
All visible (printing) ASCII chars except double-quote.
All visible (printing) ASCII chars except double-quote.
All visible (printing) ASCII chars except double-quote.
All visible (printing) ASCII chars except double-quote.
(visible? ch)
Returns true iff char is in tupelo.chars/visible
Returns true iff char is in tupelo.chars/visible
All whitespace (vertical & horizontal)
All whitespace (vertical & horizontal)
Vertical whitespace (return & newline)
Vertical whitespace (return & newline)
(whitespace-eol? ch)
Returns true iff char is in tupelo.chars/whitespace-eol
Returns true iff char is in tupelo.chars/whitespace-eol
Horizontal whitespace (space & tab)
Horizontal whitespace (space & tab)
(whitespace-horiz? ch)
Returns true iff char is in tupelo.chars/whitespace-horiz
Returns true iff char is in tupelo.chars/whitespace-horiz
(whitespace? ch)
Returns true iff char is in tupelo.chars/whitespace
Returns true iff char is in tupelo.chars/whitespace
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close