Need Help: Extract text after a certain character

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!

1 Like

Use :split by /: last item

5 Likes

Never thought to use :last item. Worked perfectly. Thank you!

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.