Position (InvalidRegex property)

From m204wiki
Revision as of 20:42, 25 March 2011 by Admin (talk | contribs) (1 revision)
Jump to navigation Jump to search

Regex position at or before which the error occurred (InvalidRegex class)

Syntax

%number = invalidRegex:Position

Syntax terms

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

See also