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

359 B

title
title
replace_first

Replaces the first occurrence of a given string.

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