Template
searchstring(STRING SYNTAX,STRING String,STRING SearchStr,INTEGER POSITION,INTEGER LENGTH)-(i,i,o,o,i)
Type
determ
Description:
Search the substring
Remarks
This function looks over the String and finds the pattern matching the SearchStr. The regular expressions language must be specified in SYNTAX parameter. It returns the position and the length of the matching string.
See sample: 106