|

WholeWord


(boolean) Whether the search will find matching whole words only:



VALUE DESCRIPTION


true


Find matching whole words only.


false


Find any occurrence of the text. (Default)


Re t u r n s


(table) A table containing the start and end positions of the match indexed by "Start" and "End". If there were no matches or an error occurs, nil is returned. You can use Application.GetLastError to determine whether this action failed, and why.


|