Accessing a List to search for Regular Expressions
in
Programming Questions
•
2 years ago
I have this piece of code
http://pastebin.com/ZNmKTuAu which downloads the latest tweets sent as @mentions to a twitter account.
On line 7 it places the results into a list, I would like to search this list for Regular Expressions, specifically mentions of colour, and then send that down the serial port.
I need help knowing how best to access that list and search each entry though as I've not used them before.
Any help is much appreciated,
Thanks
1