From 289da5658e6156181119731cb24dd7d51fdc3455 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 30 Mar 2023 21:16:18 -0700 Subject: [PATCH] Change findRe to findRE --- content/en/functions/findRe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/findRe.md b/content/en/functions/findRe.md index 13d43f896..3be6f5cd3 100644 --- a/content/en/functions/findRe.md +++ b/content/en/functions/findRe.md @@ -38,7 +38,7 @@ You can write and test your regular expression using [regex101.com](https://rege ## findRESubmatch -In Hugo 0.110.0 we added a variant of `findRe` that returns a slice of strings holding the text of the leftmost match of the regular expression in s and the matches, if any, of its subexpressions. +In Hugo 0.110.0 we added a variant of `findRE` that returns a slice of strings holding the text of the leftmost match of the regular expression in s and the matches, if any, of its subexpressions. This: