Position (InvalidRegex property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (stolen from the pdf, match synax terms tpo diagram, tags and edits)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:InvalidRegex:Position subtitle}}
#REDIRECT [[InvalidRegex class#Position property|Position property]]
This readOnly property is the position in the <var>[[Regex_processing|regular expression]]</var> determined to be where the <var>regular expression</var> was invalid. It is possible that the mistake was earlier but was not detected until later.


==Syntax==
[[Category:InvalidRegex methods|Position property]]
{{Template:InvalidRegex:Position syntax}}
===Syntax terms===
<table class="syntaxTable">
<tr><th>%number</th>
<td>This numeric value is the position in the <var>regular expression</var> where the error was detected.
</td></tr>
<tr><th>%invalidRegex</th>
<td>A reference to an instance of an <var>[[InvalidRegex_class|InvalidRegex]]</var> object.
 
</td></tr></table>
==See also==
{{Template:InvalidRegex:Position footer}}

Latest revision as of 15:48, 10 May 2011