|
|
 |
regex.init
| Syntax |
regex.init ()
|
| Params |
None.
|
| Action |
Initializes the regex extension for use by other regex verbs.
|
| Returns |
The path to the regex DLL file on disk.
|
| Examples |
regex.init ()
» "Apps:Frontier:DLLs:regex.dll" (on MacOS).
|
| Notes |
You should never have to call this verb from your scripts.
|
|
 |