We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I'm a complete newbie to Processing, but I'm enjoying it thoroughly!
I want to be able to load a txt file into processing (that just has a chunk of text, from a book for example)
And then use Processing to find out how many times each letter of the alphabet appears in the piece of text.
Can anyone point me in the direction of a tutorial for what I'm looking for a help out?
Thank you!
Answers
loadStrings().
String.
toLowerCase().
charAt().