Liking cljdoc? Tell your friends :D

cljmd.re.common


absolute-uriclj

source

balanced-square-bracketsclj

source

blank-lineclj

(blank-line)
(blank-line limit)

Returns a RE which matches lines consisting of zero to limit characters, each of which may be either a space or a tab.

Returns a RE which matches lines consisting of zero to limit characters, each
of which may be either a space or a tab.
sourceraw docstring

email-addressclj

source

line-endingclj

source

no-blank-line-tillclj

(no-blank-line-till character)
source

no-preceding-backslashclj

Negative lookbehind assertion that no unescaped backslash precedes.

Negative lookbehind assertion that no unescaped backslash precedes.
sourceraw docstring

unescapedclj

(unescaped x)

RE to match the input only when it is not preceded by a backslash.

RE to match the input only when it is not preceded by a backslash.
sourceraw docstring

unmatchableclj

source

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

× close