Skip to content

Commit

Permalink
Clarify findRESubmatch (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Apr 24, 2023
1 parent 47a9181 commit 4a387a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/functions/findresubmatch.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 4a387a6

Please sign in to comment.