$arrayIncludes
Returns whether the array contains the provided element or not.
Parameters
Name | Description | Enforced | Default Value |
---|---|---|---|
Name | The name of the array. | Yes | None |
Word | Word to be found. | Yes | None |
Example
$arrayIncludes[name;word]
Function Aliases
- $arrayContains