Hacker News new | ask | show | jobs
by woranl 1632 days ago
There is nothing before the first @, and nothing after the last @.
1 comments

While that's true, `@@.@` fulfils "an @ symbol with something before it, and something after it".
The original comment probably meant something like this: ^[^@]@[^@]$
That's only one letter before and after.