Files
liquid/filters/replace.md
2015-12-04 19:50:03 -05:00

345 B

title
title
replace

Replaces every occurrence of a given string.

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