mirror of
https://github.com/kemko/liquid.git
synced 2026-01-05 09:45:40 +03:00
345 B
345 B
title
| title |
|---|
| replace |
Replaces every occurrence of a given string.
| Code | Output |
|---|---|
| {% raw %}`{{ 'hello, hello world' | replace: 'hello', 'goodbye' }}`{% endraw %} |