File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ Find array \(or iterable object\) element\(s\) that match specified condition.
1616
1717| Constant name | Description |
1818| :--- | :--- |
19- | FIND\_ RETURN\_ VALUE | Return value of array element matching find condition |
20- | FIND\_ RETURN\_ KEY | Return key of array element matching find condition |
21- | FIND\_ RETURN\_ ALL | Return array of all values \( preserving original keys\) of array elements matching find condition |
19+ | FIND\_ RETURN\_ VALUE | Return first value of an array that match find condition |
20+ | FIND\_ RETURN\_ KEY | Return first key of an array that match find condition |
21+ | FIND\_ RETURN\_ ALL | Return array of all values \( preserving original keys\) that match find condition |
2222
2323#### Examples
2424
You can’t perform that action at this time.
0 commit comments