Step Details
|
Introduced in Version | 9.10.0
|
Last Modified in Version | 9.12.0
|
Location | AI > 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
Property | Description | Data Type |
---|
Input Text | Text inputted intended to have HTML removed | String |
Outputs
Property | Description | Data Type |
---|
Done |
|
|
| Output | Inputted string with removed HTML tags | String |

Example Inputs and Outputs
Input | Output |
---|
<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 |
