Locate and LocateUp (Regex function)
Find next item in Stringlist that matches a regex (Regex class)
This page is under construction.
Syntax
[%itemNum =] regex:Locate( sl, [startItem], [StartCol= number], - [EndCol= number])
Syntax terms
| %itemNum | number |
|---|---|
| regex | Regex object |
| stringlist | Stringlist object |
| startItem | number The default value of this argument is ??. |
| StartCol | number The default value of this argument is ??. |
| EndCol | number The default value of this argument is ??. |