SyntaxFix
Write A Post
Hire A Developer
Questions
"cat".toCharArray()
But if you need strings
"cat".split("")
Edit: which will return an empty first value.