From ad79c703008394a360eb9875196a9414e1c84585 Mon Sep 17 00:00:00 2001 From: Bojidar Marinov Date: Fri, 12 Jan 2018 00:38:35 +0200 Subject: Update docs [ci skip] --- modules/regex/doc_classes/RegExMatch.xml | 32 +++++++++++--------------------- 1 file changed, 11 insertions(+), 21 deletions(-) (limited to 'modules/regex/doc_classes') diff --git a/modules/regex/doc_classes/RegExMatch.xml b/modules/regex/doc_classes/RegExMatch.xml index 0217099ce6..b84a98ff6d 100644 --- a/modules/regex/doc_classes/RegExMatch.xml +++ b/modules/regex/doc_classes/RegExMatch.xml @@ -28,13 +28,6 @@ Returns the number of capturing groups. - - - - - Returns 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. - - @@ -55,21 +48,18 @@ Returns an empty string if the group did not match or doesn't exist. - - - - - Returns an [Array] of the match and its capturing groups. - - - - - - - Returns the source string used with the search pattern to find this matching result. - - + + + 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. + + + An [Array] of the match and its capturing groups. + + + The source string used with the search pattern to find this matching result. + + -- cgit v1.2.3