New (Regex constructor)

From m204wiki
Revision as of 01:13, 23 March 2022 by Wiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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