Returns the position of a value in the entriesIndex array.
Parameters:
Name | Type | Description |
---|---|---|
content |
Array.<string> | The content to search in. |
value |
string | The value to search for in the entriesIndex array. |
Returns:
- The position of the value in the entriesIndex array, or -1 if not found.
- Type
- number