strings.CountRunes
文法
strings.CountRunes INPUT
戻り値
int
エイリアス
countrunes
In contrast with the strings.RuneCount
function, which counts every rune in a string, strings.CountRunes
excludes whitespace.
{{ "Hello, 世界" | strings.CountRunes }} → 8
文法
strings.CountRunes INPUT
戻り値
int
エイリアス
countrunes
In contrast with the strings.RuneCount
function, which counts every rune in a string, strings.CountRunes
excludes whitespace.
{{ "Hello, 世界" | strings.CountRunes }} → 8