strings.CountRunes
In contrast with the strings.RuneCount function, which counts every rune in a string, strings.CountRunes excludes whitespace.
{{ "Hello, 世界" | strings.CountRunes }} → 8
In contrast with the strings.RuneCount function, which counts every rune in a string, strings.CountRunes excludes whitespace.
{{ "Hello, 世界" | strings.CountRunes }} → 8