I am using Yahoo Pipes to take a twitter feed and filter information out. Pipes' regex function is a replace ______ with ____ iteration.
My example is:
Testbedots: happy "twins"
I am trying to find a regex string that will select everything but what is within the double quotations. I am assuming there will only be one set of quotations. In the replace side of regex, I have seen people use $1,$2,$3 to replace with something identified as a variable in the first part of the regex function. The idea is to pull the word twins, or whatever is between quotes out of the line and have it replace the whole line.
Any recommendations? I am obviously new at regex's but have been reading the online tutorials for hours without making any headway.
Thank you for your help,
Skyler