Skip to product information
1 of 1
Published:2022.11.29

How to extract characters before and after a specific string in Shopify's Liquid

How to extract characters before and after a specific string in Shopify's Liquid

Applications

  • String Processing

How to implement

  • LIQUID
View full details

In a spreadsheet, there is a way to use the LEFT and FIND functions to extract characters before a specific character, but when you want to do something similar on Shopify's liquid, there are times when you can easily implement it using split.

Related Post