shithub: hugo

ref: 6d79beb5f67dbb54d7714c3195addf9d8e3924e8
dir: /docs/content/functions/pluralize.md/

View raw version
---
title: pluralize
linktitle: pluralize
description: Pluralizes the given word according to a set of common English pluralization rules
godocref:
date: 2017-02-01
publishdate: 2017-02-01
lastmod: 2017-02-01
categories: [functions]
menu:
  docs:
    parent: "functions"
keywords: [strings]
signature: ["pluralize INPUT"]
workson: []
hugoversion:
relatedfuncs: []
deprecated: false
aliases: []
---

```
{{ "cat" | pluralize }} → "cats"
```