Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Remove HTMLTags from Text

Prev Next
Step Details
Introduced in Version9.10.0
Last Modified in Version9.12.0
LocationAI > Prompt Management

The Remove HTMLTags from Text step is used to remove any HTML tags from the inputted string.

Prerequisites 

This step requires the AI Common to be installed before it will be available in the toolbox.


Properties

Inputs

PropertyDescriptionData Type
Input TextText inputted intended to have HTML removedString

Outputs

PropertyDescriptionData Type
Done


OutputInputted string with removed HTML tagsString


Example Inputs and Outputs

InputOutput
<div>Hello World</div>Hello World
<p>Hello World</p>Hello World
<body>Hello World</body>Hello World
<center><bold>Hello World</bold></center>Hello World


Related Information


AI Common Module