mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
408 B
408 B
title
| title |
|---|
| replace_first |
Replaces only the first occurrence of the first argument in a string with the second argument.
{% raw %}
{% assign my_string = "Take my protein pills and put my helmet on" %}
{{ my_string | replace_first: "my", "your" }}
{% endraw %}
{% assign my_string = "Take my protein pills and put my helmet on" %}
{{ my_string | replace_first: "my", "your" }}