Added missing descriptions to this table. |
m fix link spaces |
||
Line 1: | Line 1: | ||
{{Table ProtoFluxCategorySubcategories | {{Table ProtoFluxCategorySubcategories | ||
|Characters| Working with single letters or symbols. | |Characters| Working with single letters or symbols. | ||
Line 10: | Line 9: | ||
{{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. | ||
| | |CompareStrings|| Takes in 2 [[Type:String|strings]] and compared them. | ||
| | |ConcatenateMultiString|| 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. | ||
| | |CountOccurrences|| Counts the number of times the input string is found. | ||
| | |EmptyString|| A constant that is a [[Type:String|String]] with no content but not null. | ||
| | |EndsWith|| Checks to see if a string ends with a string input. | ||
| | |EscapeString|| Adds in "\" to a string (used for file and web paths). | ||
| | |GreaterOrEqualString|| Compares 2 strings to see if the first string is greater or equal to the other. | ||
| | |GreaterThanString|| Compares 2 strings to see if the first string is greater to the other. | ||
| | |IndexOfString|| Gets the placement of where our index is found in a string value. | ||
| | |IsStringEmpty|| Single node for checking if provided [[Type:String|String]] is equal to [[ProtoFlux:Empty String|Empty String]]. | ||
| | |LessOrEqualString|| Compares 2 strings to see if the first string is less than or equal to the other. | ||
| | |LessThanString|| Compares 2 strings to see if the first string is less than the other. | ||
| | |MultiplyString|| Makes provided [[Type:String|String]] repeat provided X times. | ||
| | |NullString|| A [[Type:String|String]] that equates to Null. | ||
| | |ReplaceFirstSubstring|| Replaces the first found string match with your new string input. | ||
| | |ReplaceSubstring|| Replaces all string matches with your new string input. | ||
| | |ReverseString|| Reverses the order of a [[Type:String|string's]] [[Type:Char|characters]]. | ||
| | |StartsWith|| Checks to see if a string starts with a string input. | ||
| | |StringInsert|| Put provided [[Type:String|String]] into other provided [[Type:String|String]] at provided point X. | ||
| | |StringJoin|| Combines strings together with an optional separator. | ||
| | |StringLength|| Returns number of [[Type:Char|characters]] in provided [[Type:String|String]]. | ||
| | |StringRemove|| Removes a string match with your provided string and index values. | ||
| | |StripRTFTags|| Removes Rich Text Format Tags from your string. | ||
|Substring|| Given a string input, it chops it into a smaller string with your provided values. | |Substring|| Given a string input, it chops it into a smaller string with your provided values. | ||
| | |ToString|| You can use this node for turning values into [[Type:String|strings]], even an object. | ||
| | |TrimString|| Gets rid of trailing and leading empty/invisible [[Type:Char|characters]] from provided [[Type:String|string]]. | ||
| | |UnescapeString|| Removes the "\" from your string. | ||
}} | }} | ||
[[Category:ProtoFlux]] | [[Category:ProtoFlux]] |
Latest revision as of 03:53, 25 August 2025
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. |
CompareStrings | Takes in 2 strings and compared them. |
ConcatenateMultiString | Combines individual strings into one resulting string. |
Contains | If String Str contains String Substring. |
CountOccurrences | Counts the number of times the input string is found. |
EmptyString | A constant that is a String with no content but not null. |
EndsWith | Checks to see if a string ends with a string input. |
EscapeString | Adds in "\" to a string (used for file and web paths). |
GreaterOrEqualString | Compares 2 strings to see if the first string is greater or equal to the other. |
GreaterThanString | Compares 2 strings to see if the first string is greater to the other. |
IndexOfString | Gets the placement of where our index is found in a string value. |
IsStringEmpty | Single node for checking if provided String is equal to Empty String. |
LessOrEqualString | Compares 2 strings to see if the first string is less than or equal to the other. |
LessThanString | Compares 2 strings to see if the first string is less than the other. |
MultiplyString | Makes provided String repeat provided X times. |
NullString | A String that equates to Null. |
ReplaceFirstSubstring | Replaces the first found string match with your new string input. |
ReplaceSubstring | Replaces all string matches with your new string input. |
ReverseString | Reverses the order of a string's characters. |
StartsWith | Checks to see if a string starts with a string input. |
StringInsert | Put provided String into other provided String at provided point X. |
StringJoin | Combines strings together with an optional separator. |
StringLength | Returns number of characters in provided String. |
StringRemove | Removes a string match with your provided string and index values. |
StripRTFTags | Removes Rich Text Format Tags from your string. |
Substring | Given a string input, it chops it into a smaller string with your provided values. |
ToString | You can use this node for turning values into strings, even an object. |
TrimString | Gets rid of trailing and leading empty/invisible characters from provided string. |
UnescapeString | 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.