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
raw docstring

->uppercaseclj/s

(->uppercase ch)

Converts any lowercase chars to uppercase

Converts any lowercase chars to uppercase
raw docstring

alphaclj/s

All alphabetic chars (either case)

All alphabetic chars (either case)
raw docstring

alpha?clj/s

(alpha? ch)

Returns true iff char is in tupelo.chars/alpha

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

alphanumericclj/s

All alphabetic & digit chars

All alphabetic & digit chars
raw docstring

alphanumeric?clj/s

(alphanumeric? ch)

Returns true iff char is in tupelo.chars/alphanumeric

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

char-lower->upperclj/s


char-nbspcljs


char-upper->lowerclj/s


code-point-backspaceclj/s

The unicode code-point for the backspace char.

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

code-point-delclj/s

The unicode code-point for the delete char.

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

code-point-escapeclj/s

The unicode code-point for the escape char.

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

code-point-formfeedclj/s

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

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

code-point-newlineclj/s

The unicode code-point for the newline char.

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

code-point-returnclj/s

The unicode code-point for the return char.

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

code-point-tabclj/s

The unicode code-point for the horizontal tab char.

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

code-point-tab-verticalclj/s

The unicode code-point for the vertical tab char.

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

digitclj/s

Digit chars 0-9

Digit chars 0-9
raw docstring

digit?clj/s

(digit? ch)

Returns true iff char is in tupelo.chars/digit

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

hexclj/s

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

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

hex?clj/s

(hex? ch)

Returns true iff char is in tupelo.chars/hex

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

kvs-entercljs


kvs-escapecljs


kvs-tabcljs


lowercaseclj/s

Lowercase chars a-z

Lowercase chars a-z
raw docstring

lowercase?clj/s

(lowercase? ch)

Returns true iff char is in tupelo.chars/lowercase

Returns true iff char is in tupelo.chars/lowercase
raw 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).
raw 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.
raw docstring

text?clj/s

(text? ch)

Returns true iff char is in tupelo.chars/text

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

uppercaseclj/s

Uppercase chars A-Z

Uppercase chars A-Z
raw docstring

uppercase?clj/s

(uppercase? ch)

Returns true iff char is in tupelo.chars/uppercase

Returns true iff char is in tupelo.chars/uppercase
raw 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.
raw docstring

visible-no-dquoteclj/s

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

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

visible-no-squoteclj/s

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

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

visible?clj/s

(visible? ch)

Returns true iff char is in tupelo.chars/visible

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

whitespaceclj/s

All whitespace (vertical & horizontal)

All whitespace (vertical & horizontal)
raw docstring

whitespace-eolclj/s

Vertical whitespace (return & newline)

Vertical whitespace (return & newline)
raw 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
raw docstring

whitespace-horizclj/s

Horizontal whitespace (space & tab)

Horizontal whitespace (space & tab)
raw 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
raw docstring

whitespace?clj/s

(whitespace? ch)

Returns true iff char is in tupelo.chars/whitespace

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

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

× close