mmontone / djula

Common Lisp port of the Django templating language
http://mmontone.github.io/djula/djula
MIT License
152 stars 21 forks source link

New filter scan and replace+with #44

Closed knobo closed 6 years ago

knobo commented 6 years ago

Useage {{ data | replace:"regexp"| with:something}}

Also needed petter parsing of variables to functions, so that we can use | and : in the regexp.