mirror of
https://github.com/kemko/liquid.git
synced 2026-01-09 03:35:41 +03:00
338 B
338 B
title
| title |
|---|
| remove_first |
Removes the first occurrence of a given string.
| Code | Output |
|---|---|
| {% raw %}`{{ 'hello, hello world' | remove_first: 'hello' }}`{% endraw %} |