Project

General

Profile

$didreg » History » Version 3

Per Amundsen, 08/13/2015 10:24 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$didreg([name],id,regex,[N])*
4
5 3 Per Amundsen
Returns the number of the line that matches the [[Scripting_Regex|regular expression]], with the search starting at line N.
6 1 Per Amundsen
7
*Parameters*
8
[name] - If specified, name of the dialog otherwise [[$dname]] from the current [[Scripting_Events|event]] is used. (optional)
9
id - Id of the dialog item.
10 3 Per Amundsen
regex - The [[Scripting_Regex|regular expression]] to perform.
11 2 Per Amundsen
[N] - If N = 0, number of matches, otherwise the Nth match. (optional)