How to break the strings

See also: How to split all chars from string array - #4 by stevengj — it’s relatively rare to need this, since you can get characters directly from a string by indexing/iterating, rather than collect-ing into a separate array first.