Search for Substring in String
POS(substring$,string$ [,case_sensitive!=TRUE])
The position of the Substring substring in string string. Supplies the value -1, if substring is not found in string.
If case_sensitive is false, the function does not regard upper and lower case.
- SPLIT - Split String with Separators
|