Liking cljdoc? Tell your friends :D

strojure.parsesso.unicode

Unicode char parsers using java.lang.Character. Clojure only.

Unicode char parsers using `java.lang.Character`. Clojure only.
raw docstring

defined?clj

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`.
sourceraw docstring

digit?clj

Parser and predicate for the digit character according to Character/isDigit.

Parser and predicate for the digit character according to
`Character/isDigit`.
sourceraw docstring

letter-or-digit?clj

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`.
sourceraw docstring

letter?clj

Parser and predicate for the letter character according to Character/isLetter.

Parser and predicate for the letter character according to
`Character/isLetter`.
sourceraw docstring

lower?clj

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`.
sourceraw docstring

space?clj

Parser and predicate for the Unicode space character according to Character/isSpaceChar.

Parser and predicate for the Unicode space character according to
`Character/isSpaceChar`.
sourceraw docstring

title?clj

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`.
sourceraw docstring

upper?clj

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`.
sourceraw docstring

white?clj

Parser and predicate for the white space character according to Character/isWhitespace.

Parser and predicate for the white space character according to
`Character/isWhitespace`.
sourceraw docstring

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

× close