Unicode char parsers using java.lang.Character. Clojure only.
Unicode char parsers using `java.lang.Character`. Clojure only.
Parser and predicate for the character defined in Unicode, according to
Character/isDefined.
Parser and predicate for the character defined in Unicode, according to `Character/isDefined`.
Parser and predicate for the digit character according to
Character/isDigit.
Parser and predicate for the digit character according to `Character/isDigit`.
Parser and predicate for the letter or digit character according to
Character/isLetterOrDigit.
Parser and predicate for the letter or digit character according to `Character/isLetterOrDigit`.
Parser and predicate for the letter character according to
Character/isLetter.
Parser and predicate for the letter character according to `Character/isLetter`.
Parser and predicate for the lower-case letter character according to
Character/isLowerCase.
Parser and predicate for the lower-case letter character according to `Character/isLowerCase`.
Parser and predicate for the Unicode space character according to
Character/isSpaceChar.
Parser and predicate for the Unicode space character according to `Character/isSpaceChar`.
Parser and predicate for the title-case letter character according to
Character/isTitleCase.
Parser and predicate for the title-case letter character according to `Character/isTitleCase`.
Parser and predicate for the upper-case letter character according to
Character/isUpperCase.
Parser and predicate for the upper-case letter character according to `Character/isUpperCase`.
Parser and predicate for the white space character according to
Character/isWhitespace.
Parser and predicate for the white space character according to `Character/isWhitespace`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |