New (Regex constructor)
Create new Regex instance (Regex class)
This page is under construction.
Syntax
%regex = [%(Regex):]New( regex, [Replace= string], [Options= string]) Throws InvalidRegex
Syntax terms
| %outRegex | regex |
|---|---|
| [%(Regex):] | The optional class name in parentheses denotes a Constructor. See "Usage notes", below, for more information about invoking a Constructor. |
| regex | string |
| Replace | string The default value of this argument is ??. |
| Options | string The default value of this argument is ??. |