This website requires JavaScript.
Explore
Sign In
mirror
/
hugo
mirror of
https://github.com/gohugoio/hugo
Watch
1
Star
0
Fork
You've already forked hugo
0
Code
Issues
stable
hugo
/
docs
/
content
/
en
/
functions
/
strings
/
CountWords.md
364 B
Raw
Permalink
Blame
History
title
description
categories
keywords
params
aliases
strings.CountWords
Returns the number of words in the given string.
functions_and_methods
aliases
returnType
signatures
countwords
int
strings.CountWords INPUT
/functions/countwords
{{
"Hugo is a static site generator."
|
countwords
}}
→ 6