Description (InvalidRegex property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (match syntax table to syntax template, tags and edits)
Line 1: Line 1:
{{Template:InvalidRegex:Description subtitle}}
{{Template:InvalidRegex:Description subtitle}}
This readOnly property is a text explanation of the problem.  As descriptive text tends to do, this text '''might''' change between releases of the <var class="product">[[Sirius Mods|"Sirius Mods"]]</var>.


As descriptive text tends to do, this text '''might''' change between releases
of the <var class="product">Sirius Mods</var>.
==Syntax==
==Syntax==
{{Template:InvalidRegex:Description syntax}}
{{Template:InvalidRegex:Description syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%text</th>
<tr><th>%string</th>
<td>This string value describes the regex expression error.
<td>This string value describes the <var>[[Regex_processing|regular expression]]</var> error.
</td></tr>
</td></tr>
<tr><th>%invReg</th>
<tr><th>invalidRegex</th>
<td>A reference to an instance of an InvalidRegex object.
<td>A reference to an instance of an <var>[[InvalidRegex_class|InvalidRegex]]</var> object.
</td></tr></table>


</td></tr></table>
==See also==
==See also==
{{Template:InvalidRegex:Description footer}}
{{Template:InvalidRegex:Description footer}}

Revision as of 06:19, 22 April 2011

Brief description of the exception (InvalidRegex class) This readOnly property is a text explanation of the problem. As descriptive text tends to do, this text might change between releases of the "Sirius Mods".

Syntax

%string = invalidRegex:Description

Syntax terms

%string This string value describes the regular expression error.
invalidRegex A reference to an instance of an InvalidRegex object.

See also