Replace (Regex function): Difference between revisions

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

Revision as of 18:47, 23 March 2022

Replace regex match(es) (Regex class)


This page is under construction.

Syntax

%string = regex:Replace( string, [replacement], [Options= string])

Syntax terms

%stringstring
regex Regex object
string string
replacement string
The default value of this argument is ??.
Options string
The default value of this argument is ??.

Usage notes

Examples

See also