Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

I would probably use "split" with an empty string as the left argument:

  "" split "str"
("s","t","r")