POS
| Specification | Value |
|---|---|
| Description | Searches terms in string. Returns first position, or '-1', if not found. |
| Parameter 1 Name | term |
| Parameter 1 Type | string |
| Parameter 2 Name | string |
| Parameter 2 Type | string |
| Parameter 3 Name | - |
| Parameter 3 Type | - |
| Return value | Returns the position of a term in string. If there are more occurrences of a term in string, it returns the first position. If the term is not part of the string, it returns '-1'. |