char[] java.lang.String.toCharArray()
문자열을 문자배열(char[])로 변환해서 반환한다.
Converts this string to a new character array.
Returns:
a newly allocated character array whose length is the length of this string and whose contents are initialized to contain the character sequence represented by this string.