ProtoFlux:StripRTFTags: Difference between revisions

From Resonite Wiki
Create Strip RTF Tags ProtoFlux Node Page
 
No edit summary
Line 12: Line 12:
|}}
|}}


Strip RTF is a ProtoFlux node that Strips rich text format tags like <nowiki>"<size>" "<b>" "<i>" "<u>"</nowiki>
Strip RTF is a ProtoFlux node that Strips [[Rich Text Formatting|rich text format]] tags like <nowiki>"<size>" "<b>" "<i>" "<u>"</nowiki>


== Inputs ==
== Inputs ==

Revision as of 15:45, 24 September 2024

Strip RTF
String
*
Strings

Strip RTF is a ProtoFlux node that Strips rich text format tags like "<size>" "<b>" "<i>" "<u>"

Inputs

String (String)

The string to strip the RTF tags from.

Outputs

* (int)

with rich text format tags like "<size>" "<b>" "<i>" "<u>" removed.

Examples