ProtoFlux:StripRTFTags

From Resonite Wiki
Revision as of 00:36, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Strip RTF Tags to ProtoFlux:StripRTFTags: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.