Position (InvalidRegex property): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:InvalidRegex:Position subtitle}} | {{Template:InvalidRegex:Position subtitle}} | ||
This | This <var>[[Classes and Objects#readWrite|ReadOnly]]</var> property is the position in the [[Regex_processing|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== | ==Syntax== |
Revision as of 16:32, 5 May 2011
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. |