Hello!
I have the following example tweet:
RT @user1: who are @thing and @user2?
I only want to have user1, thing and user2.
What regular expression can I use to extract those three names?
I hope you can help me.
Thanks in advance!
PS: A username must only contain letters, numbers and underscores.