mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-10-06 08:50:18 -04:00
607 B
607 B
title | linktitle | description | godocref | date | publishdate | lastmod | categories | tags | ns | signature | workson | hugoversion | relatedfuncs | deprecated | aliases | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
singularize | singularize | Converts a word according to a set of common English singularization rules. | 2017-02-01 | 2017-02-01 | 2017-02-01 |
|
|
|
false |
singularize
converts a word according to a set of common English singularization rules.
{{ "cats" | singularize }}
→ "cat"
See also the .Data.Singular
taxonomy variable for singularizing taxonomy names.