PreviousNext
Help > REFERENCE OF THE BUILT-IN FUNCTIONS > Text Functions > search
search

Format:

integer= search (text_what, text_where, integer_index);

Search for the first occurrence of text parameter “what” in text parameter “where”, starting from position “index”.

The valid range for “index” starts from 0.

Will return index of the beginning of the found occurrence, or -1, if none if found.