For the complete documentation index, see llms.txt. This page is also available as Markdown.

ArrayFindAllNoCase

Return an array containing the indexes of matched values

Method Signature

ArrayFindAllNoCase(array=[array], value=[any])

Arguments

Argument
Type
Required
Description
Default

array

array

true

The array to be searched.

value

any

true

The value to found.

Examples

Last updated

Was this helpful?