formZ SDK | 5.0 API Reference | System | Script Only
Description
Gets the position of the character, where a given string (search string) occurs in another string (source string), starting at a given character position in the source string. If the search string does not exist, -1 is returned.
Parameters
src_str [Input]
the source string.
src_start [Input]
the starting character in the source string (0 based).
Range: 0 <= src_start <= 255
dst_str [Input]
the search string.
Returns
The starting position of the search string in the source string
Availability
5.5.0.0