Hello! I’m looking for a way to extract text after a certain character in a field. I have product data fields, in which users are entering information to describe size/color of an item.
For example: S/Red
A Size small, Red shirt.
I want to capture only the color name after the /.
I haven’t had much luck with regex (though I’m dumb in it) and Bubble doesn’t have an in-built function to truncate a text after a certain character. Any ideas? I know it has to be a simple solution that I’m overlooking. Thank you!