Skip to content

replace

Replaces every occurrence. (standard Liquid filter.)

Example

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

Output:

x/y/z