I cannot seem to figure this out this out for the life of me.
I am simply trying to match this string with double quotes "emailaddress":"blah@Blah.com"
I've tried several attempts at the regex and this is the closest.
Regex test = new Regex("@\"emailAddress\":\"blah@Blah.com\"");
What is wrong with my syntax?