CaseSensitive
(boolean) Whether the search will be case sensitive:
VALUE DESCRIPTION |
|
true |
Perform a case-sensitive search. |
false |
Ignore the character case in the search. (Default) |
Re t u r n s
(number) The first position in the string where the sub-string was found. If the sub-string cannot be found or an error occurs, -1 is returned. You can use Application.GetLastError to determine whether this action failed, and why.