This is a color-aware counterpart of utf8_nchar()
. By default it
counts Unicode grapheme clusters, instead of code points.
Usage
ansi_nchar(x, type = c("chars", "bytes", "width", "graphemes", "codepoints"))
See also
Other ANSI string operations:
ansi_align()
,
ansi_columns()
,
ansi_strsplit()
,
ansi_strtrim()
,
ansi_strwrap()
,
ansi_substr()
,
ansi_substring()
,
ansi_toupper()
,
ansi_trimws()