Subset (Regex function): Difference between revisions

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

Revision as of 17:39, 24 March 2022

Create subset of Stringlist that matches a regex (Regex class)


This page is under construction.

Syntax

%subsetList = regex:Subset( sl, [StartCol= number], [EndCol= number])

Syntax terms

%subsetListObject
regex Regex object
stringlist Stringlist object
StartCol number
The default value of this argument is ??.
EndCol number
The default value of this argument is ??.

Usage notes

Examples

See also