Finding specific words within a string
in
Programming Questions
•
2 years ago
I am loading strings of text from twitter, and based on what word appears in the tweet, the text within the string changes color. My problem is taking the individual words. I am not looking for a quantity of words, so I don't believe indexOf() solves it, and with each tweet being a different length, I don't think substring works either.
Any suggesstions? I am very new to processing, and need to get this project off the ground.
Thanks.
Any suggesstions? I am very new to processing, and need to get this project off the ground.
Thanks.
1
