is-any-of
is-any-of(
references: array,
comparer?: any
)
Returns true if the list of text values passed as parameter contains the text value passed as argument. Returns false otherwise.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
references | array | Yes | An array of text values. |
comparer | any | No |
Kind: Predicate
Scope: text
Aliases: any-of, text-is-any-of