Remove HTML (vuo.text.removeHtml)

Converts HTML to plain text.

This node removes HTML tags (text between angle brackets, e.g., <img src="…" />), and converts numeric character references (e.g., &#34; and &#x0022;) and character entity references (e.g., &quot;) to their corresponding character.

Keywords: character, entity, filter, interpret, markup, reference, string, strip, tags, xml


Example composition:


Back to vuo.text node set documentation.