summaryrefslogtreecommitdiff
path: root/modules/regex/doc_classes/RegExMatch.xml
diff options
context:
space:
mode:
authorMaganty Rushyendra <mrushyendra@yahoo.com.sg>2020-06-15 10:23:55 +0800
committerMaganty Rushyendra <mrushyendra@yahoo.com.sg>2020-06-15 10:25:09 +0800
commite5d93f7a66ce93bc8d9db37736aa0e6050ff1172 (patch)
tree1689df3c34b7659b3132756e643285771f4fba54 /modules/regex/doc_classes/RegExMatch.xml
parent6fa2a5ac145054a29268735316f14d2afe46b381 (diff)
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.
Diffstat (limited to 'modules/regex/doc_classes/RegExMatch.xml')
-rw-r--r--modules/regex/doc_classes/RegExMatch.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/regex/doc_classes/RegExMatch.xml b/modules/regex/doc_classes/RegExMatch.xml
index 151e881b6f..a45de60aef 100644
--- a/modules/regex/doc_classes/RegExMatch.xml
+++ b/modules/regex/doc_classes/RegExMatch.xml
@@ -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.