Skip to content

replace_first

Replaces the first occurrence. (standard Liquid filter.)

Example

{{ "x.y.z" | replace_first: ".", "/" }}

Output:

x/y.z