<StrArrayAlgorithms> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » StrArrayAlgorithms

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32AppendAppends the <StrArray> with the specified number of the specified string.
int32AppendStrAppends the <StrArray> with the specified number of the specified <Str> object.
int32DifferencePopulates a <StrArray> with the set-theoretic difference of two <StrArray> objects.
int32FindIndicesPopulates an <Int32Array> with the indices of any <Str> objects in set B whose values match the values of any <Str> objects in set A.
int32FindUniquePopulates a <StrArray> with all the unique items in this <StrArray>.
int32FindUniqueIndicesPopulates an <Int32Array> with the indices of unique items in the <StrArray>.
int32MergeMerges two StrArrays by inserting the source <StrArray> into the destination <StrArray> at the specified index.
int32PrintPrints the contents of a <StrArray> into a <Str> object. The contents of the <StrArray> are printed as is, and newlines are not added.
int32RemoveContainingRemoves any <Str> from the <StrArray> if it contains a complete match or a sub-string match to the search string.
int32SortSorts the <Str> objects by alphabetical order.