<?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"
	>
<channel>
	<title>Comments on: Parsing Quoted Strings in Ruby</title>
	<atom:link href="http://mikenaberezny.com/2008/04/28/parsing-quoted-strings-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikenaberezny.com/2008/04/28/parsing-quoted-strings-in-ruby/</link>
	<description></description>
	<pubDate>Fri, 25 Jul 2008 15:26:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Henrik N</title>
		<link>http://mikenaberezny.com/2008/04/28/parsing-quoted-strings-in-ruby/#comment-91303</link>
		<dc:creator>Henrik N</dc:creator>
		<pubDate>Tue, 06 May 2008 08:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://mikenaberezny.com/?p=155#comment-91303</guid>
		<description>Mike: Ooh, full circle. Cool, didn't try that.</description>
		<content:encoded><![CDATA[<p>Mike: Ooh, full circle. Cool, didn&#8217;t try that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Naberezny</title>
		<link>http://mikenaberezny.com/2008/04/28/parsing-quoted-strings-in-ruby/#comment-91228</link>
		<dc:creator>Mike Naberezny</dc:creator>
		<pubDate>Mon, 05 May 2008 22:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://mikenaberezny.com/?p=155#comment-91228</guid>
		<description>Good catch.  Interestingly, tagging a photo on Flickr itself with your string of &lt;code&gt;"a""b"&lt;/code&gt; also results in one tag, &lt;code&gt;ab&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Good catch.  Interestingly, tagging a photo on Flickr itself with your string of <code>"a""b"</code> also results in one tag, <code>ab</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik N</title>
		<link>http://mikenaberezny.com/2008/04/28/parsing-quoted-strings-in-ruby/#comment-91134</link>
		<dc:creator>Henrik N</dc:creator>
		<pubDate>Mon, 05 May 2008 09:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://mikenaberezny.com/?p=155#comment-91134</guid>
		<description>Note that

  &#62;&#62; Shellwords.shellwords %{"a""b"}
  =&#62; ["ab"]

though. That makes sense in some contexts (shells) but not in others (Flickr-style tag parsing) where you might be tempted to use this lib.

See my post http://henrik.nyh.se/2008/03/flickr-style-tag-splitting-in-ruby and the comments for more.</description>
		<content:encoded><![CDATA[<p>Note that</p>
<p>  &gt;&gt; Shellwords.shellwords %{&#8221;a&#8221;"b&#8221;}<br />
  =&gt; ["ab"]</p>
<p>though. That makes sense in some contexts (shells) but not in others (Flickr-style tag parsing) where you might be tempted to use this lib.</p>
<p>See my post <a href="http://henrik.nyh.se/2008/03/flickr-style-tag-splitting-in-ruby" rel="nofollow">http://henrik.nyh.se/2008/03/flickr-style-tag-splitting-in-ruby</a> and the comments for more.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in -1.271 seconds -->
