Position (InvalidRegex property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
#REDIRECT [[InvalidRegex class#Position property|Position property]]


<span class="pageSubtitle"><section begin=dpl_desc/>Position in the regex at or before which the error was detected<section end=dpl_desc/></span>
[[Category:InvalidRegex methods|Position property]]
[[Category:InvalidRegex methods|Position property]]
<p>
Position is a member of the [[InvalidRegex class]].
</p>
==Syntax==
<p class="syntax">%num = %invReg:Position
</p>
===Syntax terms===
<table class="syntaxTable">
<tr><th>%num</th>
<td>This numeric value is the position in the regular expression where the error was detected.
</td></tr>
<tr><th>%invReg</th>
<td>A reference to an instance of an InvalidRegex object.
</td></tr></table>

Latest revision as of 15:48, 10 May 2011