Files
liquid/filters/replace_first.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

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 %}