owo is in math/constants lol |
Added missing descriptions to this table. |
||
| Line 10: | Line 10: | ||
{{Table ProtoFluxCategoryNodes | {{Table ProtoFluxCategoryNodes | ||
|Add|| Add is in this category to allow putting [[Type:String|strings]] together. | |Add|| Add is in this category to allow putting [[Type:String|strings]] together. | ||
|Compare Strings|| | |Compare Strings|| Takes in 2 [[Type:String|strings]] and compared them. | ||
|Concatenate Multi String|| | |Concatenate Multi String|| Combines individual strings into one resulting string. | ||
|Contains|| If [[Type:String|String]] Str contains [[Type:String|String]] Substring. | |Contains|| If [[Type:String|String]] Str contains [[Type:String|String]] Substring. | ||
|Count Occurrences|| | |Count Occurrences|| Counts the number of times the input string is found. | ||
|Empty String|| A constant that is a [[Type:String|String]] with no content but not null. | |Empty String|| A constant that is a [[Type:String|String]] with no content but not null. | ||
|Ends With|| | |Ends With|| Checks to see if a string ends with a string input. | ||
|Escape String|| | |Escape String|| Adds in "\" to a string (used for file and web paths). | ||
|Greater Or Equal String|| | |Greater Or Equal String|| Compares 2 strings to see if the first string is greater or equal to the other. | ||
|Greater Than String|| | |Greater Than String|| Compares 2 strings to see if the first string is greater to the other. | ||
|Index Of String|| | |Index Of String|| Gets the placement of where our index is found in a string value. | ||
|Is String Empty|| Single node for checking if provided [[Type:String|String]] is equal to [[ProtoFlux:Empty String|Empty String]]. | |Is String Empty|| Single node for checking if provided [[Type:String|String]] is equal to [[ProtoFlux:Empty String|Empty String]]. | ||
|Less Or Equal String|| | |Less Or Equal String|| Compares 2 strings to see if the first string is less than or equal to the other. | ||
|Less Than String|| | |Less Than String|| Compares 2 strings to see if the first string is less than the other. | ||
|Multiply String|| Makes provided [[Type:String|String]] repeat provided X times. | |Multiply String|| Makes provided [[Type:String|String]] repeat provided X times. | ||
|Null String|| A [[Type:String|String]] that equates to Null. | |Null String|| A [[Type:String|String]] that equates to Null. | ||
|Replace First Substring|| | |Replace First Substring|| Replaces the first found string match with your new string input. | ||
|Replace Substring|| | |Replace Substring|| Replaces all string matches with your new string input. | ||
|Reverse String|| Reverses the order of a [[Type:String|string's]] [[Type:Char|characters]]. | |Reverse String|| Reverses the order of a [[Type:String|string's]] [[Type:Char|characters]]. | ||
|Starts With|| | |Starts With|| Checks to see if a string starts with a string input. | ||
|String Insert|| Put provided [[Type:String|String]] into other provided [[Type:String|String]] at provided point X. | |String Insert|| Put provided [[Type:String|String]] into other provided [[Type:String|String]] at provided point X. | ||
|String Join|| | |String Join|| Combines strings together with an optional separator. | ||
|String Length|| Returns number of [[Type:Char|characters]] in provided [[Type:String|String]]. | |String Length|| Returns number of [[Type:Char|characters]] in provided [[Type:String|String]]. | ||
|String Remove|| | |String Remove|| Removes a string match with your provided string and index values. | ||
|Strip RTF Tags|| | |Strip RTF Tags|| Removes Rich Text Format Tags from your string. | ||
|Substring|| | |Substring|| Given a string input, it chops it into a smaller string with your provided values. | ||
|To String|| You can use this node for turning values into [[Type:String|strings]], even an object. | |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]]. | |Trim String|| Gets rid of trailing and leading empty/invisible [[Type:Char|characters]] from provided [[Type:String|string]]. | ||
|Unescape String|| | |Unescape String|| Removes the "\" from your string. | ||
}} | }} | ||
[[Category:ProtoFlux]] | [[Category:ProtoFlux]] | ||
Revision as of 22:12, 15 April 2024
| Subcategories | |
|---|---|
| Category | Summary |
| Characters | Working with single letters or symbols. |
| Constants | Values that never change like empty and new lines. |
| Formatting | Formatting strings by inserting text into marker positions. |
| Localization | Culture Variables. |
| Parsing | Creating numbers/values from strings. |
| Node Name | Description |
|---|---|
| Add | Add is in this category to allow putting strings together. |
| Compare Strings | Takes in 2 strings and compared them. |
| Concatenate Multi String | Combines individual strings into one resulting string. |
| Contains | If String Str contains String Substring. |
| Count Occurrences | Counts the number of times the input string is found. |
| Empty String | A constant that is a String with no content but not null. |
| Ends With | Checks to see if a string ends with a string input. |
| Escape String | Adds in "\" to a string (used for file and web paths). |
| Greater Or Equal String | Compares 2 strings to see if the first string is greater or equal to the other. |
| Greater Than String | Compares 2 strings to see if the first string is greater to the other. |
| Index Of String | Gets the placement of where our index is found in a string value. |
| Is String Empty | Single node for checking if provided String is equal to Empty String. |
| Less Or Equal String | Compares 2 strings to see if the first string is less than or equal to the other. |
| Less Than String | Compares 2 strings to see if the first string is less than the other. |
| Multiply String | Makes provided String repeat provided X times. |
| Null String | A String that equates to Null. |
| Replace First Substring | Replaces the first found string match with your new string input. |
| Replace Substring | Replaces all string matches with your new string input. |
| Reverse String | Reverses the order of a string's characters. |
| Starts With | Checks to see if a string starts with a string input. |
| String Insert | Put provided String into other provided String at provided point X. |
| String Join | Combines strings together with an optional separator. |
| String Length | Returns number of characters in provided String. |
| String Remove | Removes a string match with your provided string and index values. |
| Strip RTF Tags | Removes Rich Text Format Tags from your string. |
| Substring | Given a string input, it chops it into a smaller string with your provided values. |
| 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 | Removes the "\" from your string. |
Subcategories
This category has the following 5 subcategories, out of 5 total.
P
- ProtoFlux:Strings:Characters (22 P)
- ProtoFlux:Strings:Constants (8 P)
- ProtoFlux:Strings:Formatting (8 P)
- ProtoFlux:Strings:Parsing (1 P)
Pages in category "ProtoFlux:Strings"
The following 28 pages are in this category, out of 28 total.