It is pretty simple to do with regex with something like:

@(\w+)

It is also pretty easy to write something from scratch for this type of thing...