Subset (Regex function)
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
%subsetList | Object |
---|---|
regex | Regex object |
stringlist | Stringlist object |
StartCol | number The default value of this argument is ??. |
EndCol | number The default value of this argument is ??. |