Skip to content

Commit

Permalink
Change findRe to findRE
Browse files Browse the repository at this point in the history
  • Loading branch information
willfaught authored and bep committed Mar 31, 2023
1 parent 1e50f05 commit 289da56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/functions/findRe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 289da56

Please sign in to comment.