How to remove HTML tags from text

Hello Everyone,

Has anyone found a method of removing HTML tags from text returned from an API call? p.s. I’ve seen people using Regex but I don’t understand exactly how it works with bubble.

This is an example of what I’m trying to prevent -
image

I would really appreciate some assistance.

Thank you! :smiley:

Hi @kylesjatkinson1,

You can use the following Regex pattern :

<[^>]*>

Best,

Arthur

6 Likes

Thank you so much @arthur.kieffer! I have another quick question if you don’t mind?

1 -I want to pull in a list of ingredients from a website using a URL
2 - I want to output the listen of ingredients based on how many are available.
3- When I pull them in they come in without spaces.

do you have any experience with such a problem?

Example

Thank you

Thanks!

2 Likes

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