{"title":"replace_first - Liquid Filter Reference","slug":"replace-first-filter-reference","url":"https://support.storeconnect.com/articles/replace-first-filter-reference","url_markdown":"https://support.storeconnect.com/articles/replace-first-filter-reference.md","subtitle":null,"summary":"Replaces only the first occurrence of a substring with a new value, leaving any later matches unchanged.","type":"Developer_Documentation","video_url":"","keywords":"liquid, filters, replace_first, text, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nReplaces only the first occurrence of the first argument in a string with the second argument.\n\n| Property | Value |\n|----------|-------|\n| **Return Type** | string |\n| **Category** | text |\n\n## Examples\n\n\n```liquid\n\n{{ \"Baby shark do do do do\" | replace_first: \"do\", \"oi\" }}\n```\n\n\n**Output:** `Baby shark oi do do do`"}