Back to FabImage Studio website
You are here: Start » Filter Reference » String
String
Select a filter from the list below.
Icon | Name | Description |
---|---|---|
![]() | ConcatenateStrings | Joins two or more strings into a single one. |
![]() | ConcatenateStrings_OfArray | Joins multiple strings into a single one. |
![]() | ConcatenateStrings_OfLoop | Joins strings appearing in consecutive iterations. |
![]() | EraseString | Removes a part of a string. |
![]() | FindInString | Finds first occurrence of a substring in the input string. |
![]() | FindLastInString | Finds last occurrence of a substring in the input string. |
![]() | FormatDoubleToString | Useful for preparing a number for display or communication with specific number of fractional digits, sign etc. |
![]() | FormatIntegerToString | Useful for preparing a number for display or communication with specific number of digits, sign etc. |
![]() | FormatRealToString | Useful for preparing a number for display or communication with specific number of fractional digits, sign etc. |
![]() | FormatString | Creates a string according to the given format and data. |
![]() | InsertToString | Inserts a string into another one at the given position. |
![]() | LoadText | Loads a text from a file. |
![]() | LoadTextLines | Loads text lines from a file. |
![]() | NumericCodesToString | Converts an integer array of character codes (UTF-16) into a string. |
![]() | ReplaceInString | Replaces all occurrences of the searched string with a replacement string. |
![]() | SaveText | Saves a text to a file. |
![]() | SaveTextLines | Saves text lines to a file. |
![]() | SkipEmptyString | Used before operations that given an empty string would raise a domain error. |
SortStrings | Sort an array of strings | |
![]() | SplitString | Divides the input string into an array of strings using the specified delimiters. |
![]() | SplitStringIntoCharacters | Splits the input string into individual characters. |
![]() | StringLength | Returns the number of characters in a string. |
![]() | StringToLowerCase | Makes a string lowercase. |
![]() | StringToNumericCodes | Converts string to an integer array of character codes (UTF-16). |
![]() | StringToUpperCase | Makes a string uppercase. |
![]() | Substring | Creates a string from a fragment of the input string. |
![]() | TestStringEarlierThan | Checks whether the input string is earlier alphabetically than a reference string. |
![]() | TestStringEmpty | Tests whether the length of a string equals zero. |
![]() | TestStringEqualTo | Compares two strings character by character. |
![]() | TestStringUnequalTo | Compares two strings character by character. |