<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Regexes in Depth: Advanced Quoted String Matching</title>
	<atom:link href="http://blog.stevenlevithan.com/archives/match-quoted-string/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.stevenlevithan.com/archives/match-quoted-string</link>
	<description>A JavaScript and regular expression centric blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:18:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: wando</title>
		<link>http://blog.stevenlevithan.com/archives/match-quoted-string/comment-page-1#comment-148815</link>
		<dc:creator>wando</dc:creator>
		<pubDate>Fri, 28 Oct 2011 11:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=4#comment-148815</guid>
		<description>By the way, just to clarify, the flex i mentioned isn&#039;t the adobe&#039;s sdk.  It&#039;s a lexical analyzer employed just for tokenizing.  It&#039;s quite lame, i haven&#039;t expected a clashing here.</description>
		<content:encoded><![CDATA[<p>By the way, just to clarify, the flex i mentioned isn&#8217;t the adobe&#8217;s sdk.  It&#8217;s a lexical analyzer employed just for tokenizing.  It&#8217;s quite lame, i haven&#8217;t expected a clashing here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wando</title>
		<link>http://blog.stevenlevithan.com/archives/match-quoted-string/comment-page-1#comment-148812</link>
		<dc:creator>wando</dc:creator>
		<pubDate>Fri, 28 Oct 2011 11:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=4#comment-148812</guid>
		<description>Good day Steve:
	I was trying to retrieve some quoted strings from lex.  It has became clear after I tried and studied your examples that lex or flex doesn&#039;t support looking somewhere or anywhere nor lazy star / lazy plus operators.
	So this is what I did after a day off from school was wholly burnt:
		(&quot;)((\\\\)&#124;(\\&quot;)&#124;([^*&quot;]))*(&quot;)
The result from lex looks just fine for me so far but could you still tell me whether it&#039;s the right thing or not in such circumstances?</description>
		<content:encoded><![CDATA[<p>Good day Steve:<br />
	I was trying to retrieve some quoted strings from lex.  It has became clear after I tried and studied your examples that lex or flex doesn&#8217;t support looking somewhere or anywhere nor lazy star / lazy plus operators.<br />
	So this is what I did after a day off from school was wholly burnt:<br />
		(&#8220;)((\\\\)|(\\&#8221;)|([^*"]))*(&#8220;)<br />
The result from lex looks just fine for me so far but could you still tell me whether it&#8217;s the right thing or not in such circumstances?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mah</title>
		<link>http://blog.stevenlevithan.com/archives/match-quoted-string/comment-page-1#comment-102707</link>
		<dc:creator>Mah</dc:creator>
		<pubDate>Tue, 17 May 2011 16:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=4#comment-102707</guid>
		<description>Hi, You have a great website. I am trying to figure out a regex for finding a text that has this pattern: 
/&quot;&gt;any text&lt;/a&gt;

I tried:
([/&quot;&gt;])[0-9a-zA-Z]/&lt;/a&gt;

but it doesn&#039;t seem to be working, any idea?
Thanks

PS. I am coding in Java</description>
		<content:encoded><![CDATA[<p>Hi, You have a great website. I am trying to figure out a regex for finding a text that has this pattern:<br />
/&#8221;&gt;any text</p>
<p>I tried:<br />
([/"&gt;])[0-9a-zA-Z]/</p>
<p>but it doesn&#8217;t seem to be working, any idea?<br />
Thanks</p>
<p>PS. I am coding in Java</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mah</title>
		<link>http://blog.stevenlevithan.com/archives/match-quoted-string/comment-page-1#comment-102706</link>
		<dc:creator>Mah</dc:creator>
		<pubDate>Tue, 17 May 2011 16:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=4#comment-102706</guid>
		<description>Hi, You have a great website. I am trying to figure out a regex for finding a text that has this pattern: 
/&quot;&gt;any text&lt;/a&gt;

I tried:
([/&quot;&gt;])[0-9a-zA-Z]&lt;/a&gt;

but it doesn&#039;t seem to be working, any idea?
Thanks

PS. I am coding in Java</description>
		<content:encoded><![CDATA[<p>Hi, You have a great website. I am trying to figure out a regex for finding a text that has this pattern:<br />
/&#8221;&gt;any text</p>
<p>I tried:<br />
([/"&gt;])[0-9a-zA-Z]</p>
<p>but it doesn&#8217;t seem to be working, any idea?<br />
Thanks</p>
<p>PS. I am coding in Java</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ApeptatMery</title>
		<link>http://blog.stevenlevithan.com/archives/match-quoted-string/comment-page-1#comment-73164</link>
		<dc:creator>ApeptatMery</dc:creator>
		<pubDate>Wed, 26 Jan 2011 10:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=4#comment-73164</guid>
		<description>hi, surfing 1 hrs on web and have to say we have here   
interesting site  and I&#039;m gonna like it.   
   
look forward to surfing around and reading alot of topics here.   
   
figured I say what&#039;s up!</description>
		<content:encoded><![CDATA[<p>hi, surfing 1 hrs on web and have to say we have here<br />
interesting site  and I&#8217;m gonna like it.   </p>
<p>look forward to surfing around and reading alot of topics here.   </p>
<p>figured I say what&#8217;s up!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

