Text.characters
characters
Group: Text
Aliases: get characters
Documentation
Returns a vector containing all characters in the given text.
Examples
Get the individual characters in the text "건반(Korean)".
"건반(Korean)".characters
Remarks
What is a Character?
A character is defined as an Extended Grapheme Cluster, see Unicode Standard Annex 29. This is the smallest unit that still has semantic meaning in most text-processing applications.