Back to Adaptive Vision Library website

You are here: Start » Function Reference » String

String

Select Filter Equivalent below.

Icon Name Description Library
AvsFilter_ConcatenateStrings Joins two or more strings into a single one. Lite
AvsFilter_ConcatenateStrings_OfLoop Joins strings appearing in consecutive iterations. Lite
AvsFilter_SortStrings Sort an array of strings Lite
ConcatenateStrings_OfArray Joins multiple strings into a single one. Lite
EraseString Removes a part of a string. Lite
FindInString Finds first occurrence of a substring in the input string. Lite
FindLastInString Finds last occurrence of a substring in the input string. Lite
FormatDoubleToString Useful for preparing a number for display or communication with specific number of fractional digits, sign etc. Lite
FormatIntegerToString Useful for preparing a number for display or communication with specific number of digits, sign etc. Lite
FormatRealToString Useful for preparing a number for display or communication with specific number of fractional digits, sign etc. Lite
FormatString Creates a string according to the given format and data. Lite
InsertToString Inserts a string into another one at the given position. Lite
LoadText Loads a text from a file. Lite
LoadTextLines Loads text lines from a file. Lite
NumericCodesToString Converts an integer array of character codes (UTF-16) into a string. Lite
PadString Extends a string if it is too short. Lite
ReplaceInString Replaces all occurrences of the searched string with a replacement string. Lite
SaveText Saves a text to a file. Lite
SaveTextLines Saves text lines to a file. Lite
SkipEmptyString Used before operations that given an empty string would raise a domain error. Lite
SplitString Divides the input string into an array of strings using the specified delimiters. Lite
SplitStringIntoCharacters Splits the input string into individual characters. Lite
StringLength Returns the number of characters in a string. Lite
StringToLowerCase Makes a string lowercase. Lite
StringToNumericCodes Converts string to an integer array of character codes (UTF-16). Lite
StringToUpperCase Makes a string uppercase. Lite
Substring Creates a string from a fragment of the input string. Lite
TestStringEarlierThan Checks whether the input string is earlier alphabetically than a reference string. Lite
TestStringEmpty Tests whether the length of a string equals zero. Lite
TestStringEqualTo Compares two strings character by character. Lite
TestStringUnequalTo Compares two strings character by character. Lite