|
|
(3 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {{Template:InvalidRegex:Code subtitle}}
| | #REDIRECT [[InvalidRegex class#Code property|Code property]] |
|
| |
|
| This code is really only useful to someone familiar with the implementation
| | [[Category:InvalidRegex methods|Code property]] |
| of the regular expression processor, so it is likely to be useful only to Sirius
| |
| Software technical support.
| |
| | |
| No assumptions should be made that a particular error will always produce the
| |
| same code from release to release of the <var class="product">Sirius Mods</var>, or even between runs of
| |
| an Online.
| |
| ==Syntax==
| |
| {{Template:InvalidRegex:Code syntax}}
| |
| ===Syntax terms===
| |
| <table class="syntaxTable">
| |
| <tr><th>%num</th>
| |
| <td>This integer value is associated with the regex expression error.
| |
| </td></tr>
| |
| <tr><th>%invReg</th>
| |
| <td>A reference to an instance of an InvalidRegex object.
| |
| | |
| </td></tr></table>
| |
| ==See also==
| |
| {{Template:InvalidRegex:Code footer}}
| |