Skip to content

function_removeHTML

Wesley de Groot edited this page Jan 2, 2016 · 4 revisions

tvOS.removeHTML(str)

remove all the HTML.

Parameters

Type @var Description Required
string str the string with HTML Required

Example

tvOS.removeHTML(str)



Back to function list