No edit summary |
Add image and improve descriptions |
||
Line 12: | Line 12: | ||
|}} | |}} | ||
Strip RTF is a ProtoFlux node that | 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: | === * ([[Type:String|String]]) === | ||
with | The input string with all text formatting tags removed. | ||
== Examples == | == Examples == | ||
[[File:StripRTF Tags Node Example.png|thumb|Strip RTF Tag node clearing formatting tags from a provided string.]] | |||
File: | |||
[[Category:ProtoFlux:Strings]] | [[Category:ProtoFlux:Strings]] |
Revision as of 01:49, 18 April 2025
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
