(add {:keys [prefix source suffix modifier] :as v} value)
(add-modifier {modifier :modifier :as v} m)
(any verex value)
(anything verex)
(anything-but verex value)
(begin-capture {suffix :suffix :as v})
(compile expressions)
(compile exp expressions)
(end-capture {suffix :suffix :as v})
(end-of-line {suffix :suffix :as verex})
(find verex value)
(line-break verex)
(match {regex :pattern} string)
(maybe verex value)
(multiple v value)
(or {:keys [prefix suffix] :as v})
(or v value)
(range verex & args)
(regex {regex :pattern})
(remove-modifier {modifier :modifier :as v} m)
(replace {regex :pattern} string replacement)
(sanitize string)
(search-one-line v)
(search-one-line v b)
(something v value)
(something-but v value)
(source {source :source})
(start-of-line {prefix :prefix :as verex})
(tab verex)
(with-any-case v)
(with-any-case v b)
(word verex)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close