mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			26 lines
		
	
	
		
			556 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			26 lines
		
	
	
		
			556 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|  | --- | ||
|  | title: singularize | ||
|  | # linktitle: singularize
 | ||
|  | description: Converts a word according to a set of common English singularization rules. | ||
|  | godocref: | ||
|  | date: 2017-02-01 | ||
|  | publishdate: 2017-02-01 | ||
|  | lastmod: 2017-02-01 | ||
|  | categories: [functions] | ||
|  | menu: | ||
|  |   docs: | ||
|  |     parent: "functions" | ||
|  | keywords: [strings,singular] | ||
|  | signature: ["singularize INPUT"] | ||
|  | workson: [] | ||
|  | hugoversion: | ||
|  | relatedfuncs: [] | ||
|  | deprecated: false | ||
|  | aliases: [] | ||
|  | --- | ||
|  | 
 | ||
|  | `{{ "cats" | singularize }}` → "cat" | ||
|  | 
 | ||
|  | See also the `.Data.Singular` [taxonomy variable](/variables/taxonomy/) for singularizing taxonomy names. | ||
|  | 
 |