From 4a387a6b8c22fd68d45889d32812e23c080712ba Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 20 Apr 2023 10:35:45 -0700 Subject: [PATCH] Clarify findRESubmatch (#2065) --- content/en/functions/findresubmatch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/findresubmatch.md b/content/en/functions/findresubmatch.md index ebf00f14d..e1085a9c9 100644 --- a/content/en/functions/findresubmatch.md +++ b/content/en/functions/findresubmatch.md @@ -1,6 +1,6 @@ --- title: findRESubmatch -description: Returns a slice of strings holding the text of the leftmost match of the regular expression and the matches, if any, of its subexpressions +description: Returns a slice of all successive matches of the regular expression. Each element is a slice of strings holding the text of the leftmost match of the regular expression and the matches, if any, of its subexpressions. categories: [functions] menu: docs: