Category:ProtoFlux:Strings

Category page
Revision as of 20:34, 18 February 2024 by Shrike (talk | contribs) (Substring was missing from the list and I thought I was going crazy when I couldn't find it.)
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
Replace 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
Substring
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