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.

We are currently transferring past post data. Please wait a while until all posts are published.
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.

