Im trying to use teh Regex Match in C# to check if the TxtBox contains the @ here is my code var atTag = Regex.Match("@"); if(atTag.Success) can someone help me fix this?