|
|
Line 1: |
Line 1: |
| {{Template:InvalidRegex:Code subtitle}}
| | #REDIRECT [[InvalidRegex class#Code property|Code property]] |
| This <var>[[Classes and Objects#readWrite|ReadOnly]]</var> property is an integer <var class="term">code</var> that provides some details about the nature of the error. This <var class="term">code</var> is really only useful to someone familiar with the implementation of the regular expression processor, so it is likely to be useful only to [http://sirius-software.com/support.html Sirius Software technical support].
| |
| <p>No assumptions should be made that a particular error will always produce the same <var class="term">code</var> from release to release of the <var class="product">[[Sirius Mods|Sirius Mods]]</var>, or even between runs of an Online.</p>
| |
|
| |
|
| ==Syntax==
| | [[Category:InvalidRegex methods|Code property]] |
| {{Template:InvalidRegex:Code syntax}}
| |
| ===Syntax terms===
| |
| <table class="syntaxTable">
| |
| <tr><th>%number</th>
| |
| <td>This integer value is associated with the [[Regex_processing|regular expression]] error.
| |
| </td></tr>
| |
| <tr><th>invalidRegex</th>
| |
| <td>A reference to an instance of an <var>[[InvalidRegex_class|InvalidRegex]]</var> object.
| |
| </td></tr></table>
| |
| | |
| ==See also==
| |
| {{Template:InvalidRegex:Code footer}}
| |