Skip to main content

stripHTML

@quik/core


@quik/core / stripHTML

Function: stripHTML()

stripHTML(text): string

Defined in: utils/String.ts:35

Strips the HTML tags from a given text.

Parameters

text

string

The text to be striped.

Returns

string