Split the following string: hello
strsplit("hello", ""), Output: h e l l o
> strsplit("hello", "") [[1]] [1] "h" "e" "l" "l" "o"