Fix RegEx example in class doc and correct typo
Fix minor errors to do with `search_all` example in RegEx and typo in RegExMatch class docs.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
</methods>
|
||||
<members>
|
||||
<member name="names" type="Dictionary" setter="" getter="get_names" default="{}">
|
||||
A dictionary of named groups and its corresponding group number. Only groups with that were matched are included. If multiple groups have the same name, that name would refer to the first matching one.
|
||||
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="[ ]">
|
||||
An [Array] of the match and its capturing groups.
|
||||
|
||||
Reference in New Issue
Block a user