Clarify findRESubmatch (#2065)

This commit is contained in:
Joe Mooring
2023-04-20 10:35:45 -07:00
committed by Joe Mooring
parent 47a9181b51
commit 4a387a6b8c
+1 -1
View File
@@ -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: