<?xml version="1.0" encoding="windows-1252"?>
<node id="6879" title="How can I find nested delimiters?" created="2000-04-04 21:27:04" updated="2005-08-10 01:19:14">
<type id="1857">
categorized question</type>
<author id="11732">
QandAEditors</author>
<data>
<field name="doctext">
Given the string
&lt;code&gt;
QUERY = "SOME QUERY WITH "" (DOUBLE QUOTES)" YEEHA
&lt;/code&gt;
What regular expression will match the entire string within the outer double quotes, plus the string after the double-quoted string?

In other words, after it matches i want 
&lt;code&gt;
  SOME QUERY WITH "" (DOUBLE QUOTES)
&lt;/code&gt;
in $1 and 
&lt;code&gt;
  YEEHA
&lt;/code&gt;
in $2</field>
<field name="parent_node">
1835</field>
<field name="reputation">
0</field>
</data>
</node>
