Object Method String.findNoCase
Finds the first occurrence of a substring in a string, from a
specified start position. If substring is not in string,
returns zero. The search is case-insensitive.
String.findNoCase(string string,[number start]):number
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
| Name | Type | Required | Description |
|---|---|---|---|
| string | string | Yes | String in which to search. |
| start | number | No | Start position of search. |