ProtoFlux:Strip RTF Tags

From Resonite Wiki
Strip RTF
String
*
Strings

Strip RTF is a ProtoFlux node that removes text formatting tags such as "<size>" "<b>" "<i>" "<u>".

Inputs

String (String)

The string to strip the RTF tags from.

Outputs

* (String)

The input string with all text formatting tags removed.

Examples

Strip RTF Tag node clearing formatting tags from a provided string.

The input string of `<i>Some</i> <color=red>Red Text</color> and <b>BOLD Text</b>` will output `Some Red Text and BOLD Text` without any additional tags.