How can I split a string like "abcd efgh ijklmnop" to chars ("a","b","c", etc) ? I know It can be done using regular expression, but I have'nt learned how to use them... Thanks!!