I’m looking to match Twitter syntax with a regex.
How can I match anything that is "@______" that is, begins with an @ symbol, and is followed by no spaces, just letters and numbers until the end of the word? (To tweeters, I want to match someone’s name in a reply)
Go for
to get the matching name extracted as well.