ListFind
Return int position of value in delimited list, case sensitive or case-insenstive variations
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The list to be searched. | |
|
|
| The value to locate in the list or a function to filter the list | |
|
|
| The list delimiter(s) |
|
|
|
| Whether to include empty fields in the search |
|
|
|
|
|
Examples
Related
Last updated