Better format arguments in variant parser
This commit is contained in:
parent
407229aeeb
commit
0ff4095b36
222 changed files with 842 additions and 843 deletions
|
|
@ -51,7 +51,7 @@
|
|||
<member name="names" type="Dictionary" setter="" getter="get_names" default="{}">
|
||||
A dictionary of named groups and its corresponding group number. Only groups that were matched are included. If multiple groups have the same name, that name would refer to the first matching one.
|
||||
</member>
|
||||
<member name="strings" type="Array" setter="" getter="get_strings" default="[ ]">
|
||||
<member name="strings" type="Array" setter="" getter="get_strings" default="[]">
|
||||
An [Array] of the match and its capturing groups.
|
||||
</member>
|
||||
<member name="subject" type="String" setter="" getter="get_subject" default="""">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue