mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 21:04:48 -04:00
Clarify findRESubmatch (#2065)
This commit is contained in:
parent
47a9181b51
commit
4a387a6b8c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user