Finds the first occurrence of any one of a set of characters
in a string, from a specified start position. The search is
case-sensitive.
Lucee Object Methods Reference
Object Method String.findOneOf
String.findOneOf(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. |