mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
@@ -1,20 +0,0 @@
|
||||
---
|
||||
title: strings.CountWords
|
||||
description: Returns the number of words in the given string.
|
||||
categories: []
|
||||
keywords: []
|
||||
action:
|
||||
aliases: [countwords]
|
||||
related:
|
||||
- functions/go-template/len
|
||||
- functions/strings/Count
|
||||
- functions/strings/CountRunes
|
||||
- functions/strings/RuneCount
|
||||
returnType: int
|
||||
signatures: [strings.CountWords INPUT]
|
||||
aliases: [/functions/countwords]
|
||||
---
|
||||
|
||||
```go-html-template
|
||||
{{ "Hugo is a static site generator." | countwords }} → 6
|
||||
```
|
Reference in New Issue
Block a user