Files
liquid/filters/replace.md
Tetsuro 82249c99b3 Set up Grunt
Fixing up Grunt file to watch for directories

Exclude node modules folder from Jekyll built site
2015-07-25 13:48:45 -04:00

345 B

title
title
replace

Replaces every occurrence of a given string.

Code Output
{% raw %}`{{ 'hello, hello world' replace: 'hello', 'goodbye' }}`{% endraw %}