Category:ProtoFlux:Strings: Difference between revisions

Category page
m Get rid of `1
Finish Strings ProtoFlux category
Line 9: Line 9:


{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Add|| Add is in this category to allow putting strings together.
|Add|| Add is in this category to allow putting [[Type:String|strings]] together.
|To String|| You can use this node for turning values into strings, even an object.
|Compare Strings||
|Concatenate Multi String||
|Contains|| If [[Type:String|String]] Str contains [[Type:String|String]] Substring.
|Count Occurrences||
|Empty String|| A constant that is a [[Type:String|String]] with no content but not null.
|Ends With||
|Escape String||
|Greater Or Equal String||
|Greater Than String||
|Index Of String||
|Is String Empty|| Single node for checking if provided [[Type:String|String]] is equal to [[Empty String (ProtoFlux)|Empty String]].
|Less Or Equal String||
|Less Than String||
|Multiply String|| Makes provided [[Type:String|String]] repeat provided X times.
|Null String|| A [[Type:String|String]] that equates to Null.
|Replace First Substring||
|Reverse String|| Reverses the order of a [[Type:String|string's]] [[Type:Char|characters]].
|Starts With||
|String Insert|| Put provided [[Type:String|String]] into other provided [[Type:String|String]] at provided point X.
|String Join||
|String Length|| Returns number of [[Type:Char|characters]] in provided [[Type:String|String]].
|String Remove||
|Strip RTF Tags||
|To String|| You can use this node for turning values into [[Type:String|strings]], even an object.
|Trim String|| Gets rid of trailing and leading empty/invisible [[Type:Char|characters]] from provided [[Type:String|string]].
|Unescape String||
}}
}}

Revision as of 03:25, 15 January 2024

Subcategories
Category Summary
Characters Working with single letters or symbols.
Constants Values that never change like empty and OWO.
Formatting Formatting strings by inserting text into marker positions.
Localization Culture Variables.
Parsing Creating numbers/values from strings.
Nodes
Node Name Description
Add Add is in this category to allow putting strings together.
Compare Strings
Concatenate Multi String
Contains If String Str contains String Substring.
Count Occurrences
Empty String A constant that is a String with no content but not null.
Ends With
Escape String
Greater Or Equal String
Greater Than String
Index Of String
Is String Empty Single node for checking if provided String is equal to Empty String.
Less Or Equal String
Less Than String
Multiply String Makes provided String repeat provided X times.
Null String A String that equates to Null.
Replace First Substring
Reverse String Reverses the order of a string's characters.
Starts With
String Insert Put provided String into other provided String at provided point X.
String Join
String Length Returns number of characters in provided String.
String Remove
Strip RTF Tags
To String You can use this node for turning values into strings, even an object.
Trim String Gets rid of trailing and leading empty/invisible characters from provided string.
Unescape String