I\'d like to write a regex that would remove the special characters on following basis:
@
&
string username = Regex.Replace(_username, @"(\s+|@|&|'|\(|\)|<|>|#)", "");