New (Regex constructor): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(No difference)

Revision as of 01:13, 23 March 2022

Create new Regex instance (Regex class)


This page is under construction.

Syntax

%regex = [%(Regex):]New( regex, [Replace= string], [Options= string]) Throws InvalidRegex

Syntax terms

%outRegexregex
[%(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 ??.

Usage notes

Examples

See also