My question is very simple, i have a string that contains html tags and i just want to get the actual text value from that string, example:
html string:
<strong><p> hello </p><p> world </p></strong>
text value: hello world
Is there a function that can do that ?