Removes any <Str> from the <StrArray> if it contains a complete match or a sub-string match to the search string.
int32 RemoveContaining( StrArray src, string value )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <StrArray> | src | A pointer to the <StrArray> to search. |
| string | value | A string value containing the search term. |
None published. Please look for an example in the Simdify Scripting Language code base.