Locate and LocateUp (Regex function)

From m204wiki
Jump to navigation Jump to search

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

%itemNumnumber
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 ??.

Usage notes

Examples

See also