String
http://www.learningprocessing.com/tutorials/external-data-into-processing-1/
charAt()
length().
toUpperCase()
indexOf() and substring().
String[] list = splitTokens(stuff, " &,+.");
String[] list = split(spaceswords, " ");
int[] list = int(split(numbers, ','));
沒有留言:
張貼留言