Lucee Object Methods Reference
Object Method String.REMatch
Uses a regular expression (RE) to search a string for a pattern, starting from a specified position.
String.REMatch(string string):array
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. |