(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.
Negative lookbehind assertion that no unescaped backslash precedes.
Negative lookbehind assertion that no unescaped backslash precedes.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close