Match (Regex function): Difference between revisions

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

Revision as of 13:06, 14 March 2022

Position after match of regex (Regex class)


This page is under construction.

Syntax

%number = regex:Match( string, [Start= number], [Capture= stringlist])

Syntax terms

%numbernumber
regex Regex object
string string
start number
The default value of this argument is ??.
capture Stringlist object
The default value of this argument is ??.

Usage notes

Examples

See also