replace_first - Liquid Filter Reference - 1.1.0
| Filter Name | replace_first |
| Group | Text |
| Version | 1.1.0 |
Description
Replaces only the first occurrence of the first argument in a string with the second argument.
Examples
{{ "Baby shark do do do do" | replace_first: "do", "oi" }}
Baby shark oi do do do
Back to Liquid Reference for 1.1.0
Back to Documentation