Strip RTF
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

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.