runes: Split a string into unicode runes

Description Usage Arguments Value Examples

Description

Split a string into unicode runes

Usage

1
runes(s)

Arguments

s

a utf-8 encoded string

Value

a tibble (with extra class "tbl_runes") with columns: - id: index of the rune in the input - rune: name of the rune, i.e. an hex representation prefixed by "U+" - rune_binary: binary representation of the rune - rune_decimal: decimal representation of the rune, i.e. the index of the character in the unicode table - utf8_bytes: hex representation of the utf8 bytes - utf8_binary: binary representation of the utf8 bytes - description: description of the rune, from [uni::code]

Examples

1
runes( "hello world" )

ThinkRstat/utf8splain documentation built on May 18, 2019, 9:16 p.m.