Description (InvalidRegex property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
 
{{Template:InvalidRegex:Description subtitle}}
<span class="pageSubtitle"><section begin=dpl_desc/>Text explanation of the problem<section end=dpl_desc/></span>
[[Category:InvalidRegex methods|Description property]]
<p>
Description is a member of the [[InvalidRegex class]].
</p>


As descriptive text tends to do, this text '''might''' change between releases
As descriptive text tends to do, this text '''might''' change between releases
of the <var class="product">Sirius Mods</var>.
of the <var class="product">Sirius Mods</var>.
==Syntax==
==Syntax==
<p class="syntax">%text = %invReg:Description
{{Template:InvalidRegex:Description syntax}}
</p>
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
Line 20: Line 14:


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

Revision as of 20:42, 25 March 2011

Brief description of the exception (InvalidRegex class)

As descriptive text tends to do, this text might change between releases of the Sirius Mods.

Syntax

%string = invalidRegex:Description

Syntax terms

%text This string value describes the regex expression error.
%invReg A reference to an instance of an InvalidRegex object.

See also