Back

filter-str->fn (clj)

(source)

function

(filter-str->fn s)
Turns a filter string like "pluralize:y:ies" into a function that expects a value obtained from a context map or from a previously applied filter.

Examples