Liking cljdoc? Tell your friends :D

paco.char


*satisfyclj/s

(*satisfy pred)

Parses a sequence of zero or more characters satisfying pred, and returns them as a string.

Parses a sequence of zero or more characters satisfying `pred`,
and returns them as a string.
sourceraw docstring

*skip-satisfyclj/s

(*skip-satisfy pred)
source

*strclj/s

(*str p)
source

+strclj/s

(+str p)
source

any-charclj/s

source

any-ofclj/s

(any-of chars)
source

ascii-letterclj/s

source

ascii-lowerclj/s

source

ascii-upperclj/s

source

charclj/s

(char ch)
source

char-rangeclj/s

(char-range min-ch max-ch)
(char-range min-ch max-ch label)
source

char-returnclj/s

(char-return ch value)
source

digitclj/s

Parses a decimal digit.

Parses a decimal digit.
sourceraw docstring

hexclj/s

Parses a hexadecimal digit.

Parses a hexadecimal digit.
sourceraw docstring

letterclj/s

Parses a letter character.

Parses a letter character.
sourceraw docstring

lowerclj/s

Parses a lower-case letter character.

Parses a lower-case letter character.
sourceraw docstring

newlineclj/s

source

newline-returnclj/s

(newline-return value)
source

none-ofclj/s

(none-of chars)
source

octalclj/s

Parses an octal digit.

Parses an octal digit.
sourceraw docstring

regexclj/s

(regex re)
(regex re label)

Returns a parser that matches the regular expression pattern re at the current source position and returns matched string.

Returns a parser that matches the regular expression pattern `re` at the
current source position and returns matched string.
sourceraw docstring

satisfyclj/s

(satisfy pred)
(satisfy pred label)
source

skip-any-charclj/s

source

skip-charclj/s

(skip-char ch)
source

skip-newlineclj/s

source

skippedclj/s

(skipped p)
source

strcatclj/s

(strcat & ps)

Applies the parsers ps in sequence and returns the string concatenation of their return values

Applies the parsers `ps` in sequence and returns the string concatenation of
their return values
sourceraw docstring

stringclj/s

(string s)
source

string-ciclj/s

(string-ci s)
source

string-returnclj/s

(string-return ch x)
source

upperclj/s

Parses an upper-case letter character.

Parses an upper-case letter character.
sourceraw docstring

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

× close