Position (InvalidRegex property): Difference between revisions
Jump to navigation
Jump to search
(Created page with " <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...") |
m (1 revision) |
(No difference)
|
Revision as of 21:43, 16 January 2011
<section begin=dpl_desc/>Position in the regex at or before which the error was detected<section end=dpl_desc/>
Position is a member of the InvalidRegex class.
Syntax
%num = %invReg: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. |