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)
source

re-findcljs

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

re-groupscljs

(re-groups [re s])
source

re-matchercljs

(re-matcher pattern s)
source

re-quote-replacementclj/s

source

regex-charsclj/s

source

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.
sourceraw 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
sourceraw 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.
sourceraw docstring

Sectioncljs

source

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
sourceraw docstring

tagsclj/s

(tags template)

Returns set of all tags in template

Returns set of all tags in template
sourceraw docstring

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

× close