ProtoFlux:StripRTFTags: Difference between revisions

From Resonite Wiki
No edit summary
Add image and improve descriptions
Line 12: Line 12:
|}}
|}}


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


== Inputs ==
== Inputs ==
Line 22: Line 22:
== Outputs ==
== Outputs ==


=== * ([[Type:Int|int]]) ===
=== * ([[Type:String|String]]) ===


with rich text format tags like <nowiki>"<size>" "<b>" "<i>" "<u>"</nowiki> removed.
The input string with all text formatting tags removed.


== Examples ==
== Examples ==
<gallery widths=480px heights=480px>
[[File:StripRTF Tags Node Example.png|thumb|Strip RTF Tag node clearing formatting tags from a provided string.]]
File:Protoflux_example_Strip_RTF_Tags.webp|Strip RTF Tags used in some ProtoFlux to get rid of fancy looks to text.
</gallery>
 
[[Category:ProtoFlux:Strings]]
[[Category:ProtoFlux:Strings]]

Revision as of 01:49, 18 April 2025

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.