Is there a way to apply a filter outside of a template? There are certain occasions where this could be useful. `var result = Liquid.applyFilter(myVar, "capitalize");`
Is there a way to apply a filter outside of a template?
There are certain occasions where this could be useful.
var result = Liquid.applyFilter(myVar, "capitalize");