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.
16
16
17
17
| Constant name | Description |
18
18
| :--- | :--- |
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 |
22
22
23
23
#### Examples
24
24
You can’t perform that action at this time.
0 commit comments