shithub: hugo

ref: d30e845485b416e1c48fade14694b12a9fe59b6b
dir: /docs/content/en/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"
```