Liking cljdoc? Tell your friends :D

cljstache.core

A parser for mustache templates.

A parser for mustache templates.
raw docstring

matcher-findclj/s≠

clj
(matcher-find m)
(matcher-find m offset)
cljs
(matcher-find m)
(matcher-find [m s] offset)

re-findcljs

(re-find [re s])
(re-find re s)

re-groupscljs

(re-groups [re s])

re-matchercljs

(re-matcher pattern s)

re-quote-replacementclj/s


regex-charsclj/s


renderclj/s

(render template)
(render template data)
(render template data partials)

Renders the template with the data and, if supplied, partials.

Renders the template with the data and, if supplied, partials.
raw docstring

render-resourceclj

(render-resource path)
(render-resource path data)
(render-resource path data partials)

Renders a resource located on the classpath. Only available on the JVM

Renders a resource located on the classpath.
Only available on the JVM
raw docstring

replace-variablesclj/s

(replace-variables template data partials)

Replaces variables in the template with their values from the data.

Replaces variables in the template with their values from the data.
raw docstring

Sectioncljs


seqable?clj

Returns true if (seq x) will succeed, false otherwise. Included in clojure core from v1.9

Returns true if (seq x) will succeed, false otherwise.
Included in clojure core from v1.9
raw docstring

tagsclj/s

(tags template)

Returns set of all tags in template

Returns set of all tags in template
raw docstring

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

× close