Change findRe to findRE

This commit is contained in:
Will Faught
2023-03-30 21:16:18 -07:00
committed by Bjørn Erik Pedersen
parent 1e50f0583d
commit 289da5658e
+1 -1
View File
@@ -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: