Liking cljdoc? Tell your friends :D

glow.regex


cond-keyword-regexclj

source

core-keyword-patternclj

(core-keyword-pattern resource)
source

definition-keyword-regexclj

source

exception-keyword-regexclj

source

function-keyword-regexclj

source

keywords->regex-patternclj

(keywords->regex-pattern s)

Given a string of whitespace-delimited keywords in alphabetical order, escape any problematic characters and delimit on pipes.

Given a string of whitespace-delimited keywords in alphabetical order,
escape any problematic characters and delimit on pipes.
sourceraw docstring

macro-keyword-regexclj

source

match-conditionalclj

(match-conditional s)

Match a clojure.core conditional.

Match a clojure.core conditional.
sourceraw docstring

match-core-fnclj

(match-core-fn s)

Match a clojure.core function.

Match a clojure.core function.
sourceraw docstring

match-definitionclj

(match-definition s)

Match a clojure.core definition form.

Match a clojure.core definition form.
sourceraw docstring

match-exceptionclj

(match-exception s)
source

match-macroclj

(match-macro s)

Match a clojure.core macro.

Match a clojure.core macro.
sourceraw docstring

match-reader-charclj

(match-reader-char s)

Match a Clojure reader character.

Match a Clojure reader character.
sourceraw docstring

match-repeatclj

(match-repeat s)
source

match-specialclj

(match-special s)

Match special forms.

Match special forms.
sourceraw docstring

match-variableclj

(match-variable s)

Match a clojure.core variable.

Match a clojure.core variable.
sourceraw docstring

repeat-keyword-regexclj

source

special-keyword-regexclj

source

variable-keyword-regexclj

source

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

× close