Match (Regex function)
Position after match of regex (Regex class)
This page is under construction.
Syntax
%number = regex:Match( string, [Start= number], [Capture= stringlist])
Syntax terms
| %number | number |
|---|---|
| regex | Regex object |
| string | string |
| start | number The default value of this argument is ??. |
| capture | Stringlist object The default value of this argument is ??. |