Sets the text to search. If search_text is NULL or is empty, the search will be disabled. A copy of search_text will be made, so you can safely free search_text after a call to this function.
You may be interested to call Source.utilsUnescapeSearchText before this function.
the nul-terminated text to search, or NULL to disable the search.
3.10
Sets the text to search. If search_text is NULL or is empty, the search will be disabled. A copy of search_text will be made, so you can safely free search_text after a call to this function.
You may be interested to call Source.utilsUnescapeSearchText before this function.