Locate and LocateUp (Regex function)

From m204wiki
Revision as of 22:37, 13 March 2022 by Wiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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