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

338 B

title
title
remove_first

Removes the first occurrence of a given string.

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