Lucee object methods reference
Object Method String.findLastNoCase
Finds the last 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.findLastNoCase(string substring,[number start]):number
Category
string,find
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Default Value | Description |
---|---|---|---|---|
substring | string | Yes | String for which to search. | |
start | number | No | 1 | End position of search from the left. |