INSTR_UDF
Last updated
Last updated
This is a deprecated version of the SnowConvert documentation, please visit the official site .
This is the user-defined function (UDF) overloaded with two parameters.
Searches the source_string argument for occurrences of searh_string.
SOURCE_STRING
STRING
The string where the search will be conducted.
SEARCH_STRING
STRING
The string that the function searches for.
The position in the source string where the occurrence is found (starting at 1).
Input:
Output: