Match (Regex function)

From m204wiki
Revision as of 13:06, 14 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

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