Liking cljdoc? Tell your friends :D

tupelo.chars

Tupelo - Making Clojure even sweeter

Tupelo - Making Clojure even sweeter
raw docstring

->lowercaseclj/s

(->lowercase ch)

Converts any uppercase chars to lowercase

Converts any uppercase chars to lowercase
sourceraw docstring

->uppercaseclj/s

(->uppercase ch)

Converts any lowercase chars to uppercase

Converts any lowercase chars to uppercase
sourceraw docstring

alphaclj/s

All alphabetic chars (either case)

All alphabetic chars (either case)
sourceraw docstring

alpha?clj/s

(alpha? ch)

Returns true iff char is in tupelo.chars/alpha

Returns true iff char is in tupelo.chars/alpha
sourceraw docstring

alphanumericclj/s

All alphabetic & digit chars

All alphabetic & digit chars
sourceraw docstring

alphanumeric?clj/s

(alphanumeric? ch)

Returns true iff char is in tupelo.chars/alphanumeric

Returns true iff char is in tupelo.chars/alphanumeric
sourceraw docstring

char-lower->upperclj/s

source

char-nbspcljs

source

char-upper->lowerclj/s

source

code-point-backspaceclj/s

The unicode code-point for the backspace char.

The unicode code-point for the backspace char.
sourceraw docstring

code-point-delclj/s

The unicode code-point for the delete char.

The unicode code-point for the delete char.
sourceraw docstring

code-point-escapeclj/s

The unicode code-point for the escape char.

The unicode code-point for the escape char.
sourceraw docstring

code-point-formfeedclj/s

The unicode code-point for the form-feed char.

The unicode code-point for the form-feed char.
sourceraw docstring

code-point-newlineclj/s

The unicode code-point for the newline char.

The unicode code-point for the newline char.
sourceraw docstring

code-point-returnclj/s

The unicode code-point for the return char.

The unicode code-point for the return char.
sourceraw docstring

code-point-tabclj/s

The unicode code-point for the horizontal tab char.

The unicode code-point for the horizontal tab char.
sourceraw docstring

code-point-tab-verticalclj/s

The unicode code-point for the vertical tab char.

The unicode code-point for the vertical tab char.
sourceraw docstring

digitclj/s

Digit chars 0-9

Digit chars 0-9
sourceraw docstring

digit?clj/s

(digit? ch)

Returns true iff char is in tupelo.chars/digit

Returns true iff char is in tupelo.chars/digit
sourceraw docstring

hexclj/s

Hexadecimal chars 0-9, a-f, A-F

Hexadecimal chars 0-9, a-f, A-F
sourceraw docstring

hex?clj/s

(hex? ch)

Returns true iff char is in tupelo.chars/hex

Returns true iff char is in tupelo.chars/hex
sourceraw docstring

kvs-entercljs

source

kvs-escapecljs

source

kvs-tabcljs

source

lowercaseclj/s

Lowercase chars a-z

Lowercase chars a-z
sourceraw docstring

lowercase?clj/s

(lowercase? ch)

Returns true iff char is in tupelo.chars/lowercase

Returns true iff char is in tupelo.chars/lowercase
sourceraw docstring

nbspcljs

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

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)

Returns true iff char is in tupelo.chars/text

Returns true iff char is in tupelo.chars/text
sourceraw docstring

uppercaseclj/s

Uppercase chars A-Z

Uppercase chars A-Z
sourceraw docstring

uppercase?clj/s

(uppercase? ch)

Returns true iff char is in tupelo.chars/uppercase

Returns true iff char is in tupelo.chars/uppercase
sourceraw docstring

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 single-quote.

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

visible?clj/s

(visible? ch)

Returns true iff char is in tupelo.chars/visible

Returns true iff char is in tupelo.chars/visible
sourceraw docstring

whitespaceclj/s

All whitespace (vertical & horizontal)

All whitespace (vertical & horizontal)
sourceraw docstring

whitespace-eolclj/s

Vertical whitespace (return & newline)

Vertical whitespace (return & newline)
sourceraw docstring

whitespace-eol?clj/s

(whitespace-eol? ch)

Returns true iff char is in tupelo.chars/whitespace-eol

Returns true iff char is in tupelo.chars/whitespace-eol
sourceraw docstring

whitespace-horizclj/s

Horizontal whitespace (space & tab)

Horizontal whitespace (space & tab)
sourceraw docstring

whitespace-horiz?clj/s

(whitespace-horiz? ch)

Returns true iff char is in tupelo.chars/whitespace-horiz

Returns true iff char is in tupelo.chars/whitespace-horiz
sourceraw docstring

whitespace?clj/s

(whitespace? ch)

Returns true iff char is in tupelo.chars/whitespace

Returns true iff char is in tupelo.chars/whitespace
sourceraw docstring

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

× close