mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
702 B
702 B
title | linkTitle | description | categories | keywords | menu | function | relatedFunctions | aliases | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
strings.CountRunes | countrunes | Returns the number of runes in a string excluding whitespace. |
|
|
|
|
|
In contrast with the strings.RuneCount
function, which counts every rune in a string, strings.CountRunes
excludes whitespace.
{{ "Hello, 世界" | strings.CountRunes }} → 8