Position (InvalidRegex property)

From m204wiki
Revision as of 06:19, 22 April 2011 by Goff (talk | contribs) (stolen from the pdf, match synax terms tpo diagram, tags and edits)
Jump to navigation Jump to search

Regex position at or before which the error occurred (InvalidRegex class) This readOnly property is the position in the regular expression determined to be where the regular expression was invalid. It is possible that the mistake was earlier but was not detected until later.

Syntax

%number = invalidRegex:Position

Syntax terms

%number This numeric value is the position in the regular expression where the error was detected.
%invalidRegex A reference to an instance of an InvalidRegex object.

See also