mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
559b4007f7
commit
f1b1df5058
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ Pluralize the given word with a set of common English pluralization rules.
|
|||
e.g. `{{ "cat" | pluralize }}` → "cats"
|
||||
|
||||
### findRE
|
||||
Returns a list of strings that match the regular expression. By default all matches will be included. The number of matches can be limitted with an optional third parameter.
|
||||
Returns a list of strings that match the regular expression. By default all matches will be included. The number of matches can be limited with an optional third parameter.
|
||||
|
||||
The example below returns a list of all second level headers (`<h2>`) in the content:
|
||||
|
||||
|
|
Loading…
Reference in a new issue