Files
liquid/_filters/replace.md
2015-03-20 16:51:51 -07:00

345 B

title
title
replace

Replaces every occurrence of a given string.

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