StringContainsArray
Filters And Transformers Pack.#
This Script is part of theChecks whether a substring or an array of substrings is within a string array (each item will be checked). Single strings are also supported. For example, for substrings ['a','b','c'] in a string 'a' the script will return true.
#
Script DataName | Description |
---|---|
Script Type | javascript |
Tags | filter, string |
#
InputsArgument Name | Description |
---|---|
left | The string to search in. For example, "string1". |
right | The array of substrings to search in the string. For example, ["string1","string2"]. |
#
OutputsThere are no outputs for this script.