blob: c25f896170125c21faa6249b1b540213f1ccd9df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
title: inflect.Pluralize
description: Pluralizes the given word according to a set of common English pluralization rules.
categories: []
keywords: []
action:
aliases: [pluralize]
related:
- functions/inflect/Humanize
- functions/inflect/Singularize
returnType: string
signatures: [inflect.Pluralize INPUT]
aliases: [/functions/pluralize]
---
```go-html-template
{{ "cat" | pluralize }} → cats
```
|