Lucee Function Reference
reescape()
Escapes regular expression control characters within a string.
Example
reescape(string string):string
Category
string,regex
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 to be escaped. |