Lucee Object Methods Reference
Object Method String.reFind
Uses a regular expression (RE) to search a string for a pattern. The search is case sensitive.
String.reFind(string string,[number start,[boolean returnsubexpressions]]):any
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 | A positive integer. Position in the string at which to start search. The default value is 1. |
returnsubexpressions | boolean | No |