| 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 | |
| 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 |
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.