Merge commit '3a44bf182fed5f34621f450114083a6dd7e88a07'

This commit is contained in:
Bjørn Erik Pedersen
2018-08-08 13:54:42 +02:00
19 changed files with 257 additions and 22 deletions

View File

@@ -15,7 +15,6 @@ workson: []
hugoversion:
relatedfuncs: []
deprecated: false
aliases: [/functions/countrunes/]
---
In contrast with `countwords` function, which counts every word in a string, the `countrunes` function determines the number of runes in the content and excludes any whitespace. This has specific utility if you are dealing with CJK-like languages.