mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
9b0050e9aa
git-subtree-dir: docs git-subtree-split: 5c085a37b297bf12f59efeaae591418ec025c10d
647 B
647 B
title | description | categories | keywords | action | aliases | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
strings.RuneCount | Returns the number of runes in the given string. |
|
|
In contrast with the strings.CountRunes
function, which excludes whitespace, strings.RuneCount
counts every rune in a string.
{{ "Hello, 世界" | strings.RuneCount }} → 9