uce/doc/pages/split_utf8.txt
2022-01-28 20:23:14 +00:00

16 lines
291 B
Plaintext

:sig
StringList split_utf8(String str)
:params
str : string to be split
return value : a list of Unicode characters
:desc
Splits the string 'str' into its constituent Unicode code points.
This currently does not honor compound characters such as flags or composite emojis.
:see
>string