I'm using Twit Connect, which creates usernames like "XXXXX@twitter" and I need to target these users specifically. Since they all have "@twitter" in their username, they should be simple to target. I just have no idea how to do it and have searched forever.
Something like:
if (username contains @twitter)
HEY! Change your email address!
else
Please make sure your email address is up-to-date.
But code that actually works. :-)
Thank you for any help!