stripHtml

The fx_stripHtml function is a Standard function available in 200OK.

Description:

Removes all HTML/XML tags from a string while preserving the text content between them. Ideal for sanitizing user-generated content or processing web responses.

Syntax: fx_stripHtml(Html_String)

Example :

Here's how to use the function .

Last updated