aqString Object Methods

Applies to TestComplete 15.63, last modified on April 23, 2024

The aqString object contains the following methods:

Method List

Name Description
AddListItem Adds a new item to a string list.
ChangeListItem Changes the value of the string list item with the given index.
Compare Compares two specified strings.
Concat Concatenates two specified strings.
Contains Obsolete. Checks whether one string contains another. Use Find instead of this method.
DeleteListItem Removes an item with the given index from a string list.
Find Searches for a substring within the given string.
FindLast Searches for the last occurrence of the substring within the given string.
Format Generates a formatted string.
GetChar Retrieves a single character from the input string.
GetLength Returns the number of characters in a string.
GetListItem Returns an individual item from the list passed through the input string.
GetListLength Returns the number of items in the string list.
Insert Inserts one string to another at the specified position.
Quote Encloses the specified string in quotes.
Remove Removes a number of characters from the input string.
Replace Replaces all the occurrences of one substring with another substring.
StrMatches Checks whether a string contains a substring that matches the specified regular expression.
SubString Retrieves a substring from the input string.
ToLower Converts the specified string to lower case.
ToUpper Converts the specified string to upper case.
Trim Removes spaces and control characters from the specified string.
Unquote Converts a quoted string to an unquoted string.

See Also

aqString Object

Highlight search results