Vuo  2.3.2
Functions
VuoTextHtml.h File Reference

Description

VuoTextHtml interface.

Definition in file VuoTextHtml.h.

Go to the source code of this file.

Functions

VuoText VuoText_removeHtml (VuoText text)
 Returns a new string, removing HTML tags, and converting numeric character references and character entity references to their corresponding character. More...
 

Function Documentation

◆ VuoText_removeHtml()

VuoText VuoText_removeHtml ( VuoText  text)

Returns a new string, removing HTML tags, and converting numeric character references and character entity references to their corresponding character.

Definition at line 56 of file VuoTextHtml.c.