Remove html tag in string

Hello, I am looking to delete html tags in a string

Exemple :

This is the response from Wordpress’s JSON API

Thanks for help

You might want to use a function node with string replace.

Alternatively can you also try to do that with the HTML Extract node:

2 Likes