Used to find an instance of a substring within the input string. It the substring is found, the start position of the substring is returned within the Position output.
1. | Input String | (Mandatory) | The string that will be searched for an instance of the Search String |
2. | Start Position | (Optional) | The position from which to start searching within the Input String. This may be a string value of a field. Defaults to the start of the string |
3. | Search String | (Mandatory) | The substring to be searched for within the Input String |
Fig. 1 - Find String - Inputs