<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title/>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Sat, 04 Apr 2026 09:04:43 +0000</lastBuildDate>
    <item>
      <title>almazom said on 24/Feb/2010</title>
      <link>https://snipplr.com/view/28475/replace-quotes--trim-left-and-right</link>
      <description>&lt;p&gt;def remove_q_n_trim str&#13;
		return str.gsub(/"|^ | $|\n/i,'').to_s&#13;
end&#13;
&#13;
&#13;
added new line removing&lt;/p&gt;</description>
      <pubDate>Wed, 24 Feb 2010 02:06:19 UTC</pubDate>
      <guid>https://snipplr.com/view/28475/replace-quotes--trim-left-and-right</guid>
    </item>
    <item>
      <title>almazom said on 24/Feb/2010</title>
      <link>https://snipplr.com/view/28475/replace-quotes--trim-left-and-right</link>
      <description>&lt;p&gt;def remove_q_n_trim str&#13;
		return str.gsub(/"|^ +| $+|\n/i,'').to_s&#13;
	end&#13;
&#13;
&#13;
to TOM:&#13;
&#13;
now it must remove 2 and more spaces in the left and right of the string (added '+')&lt;/p&gt;</description>
      <pubDate>Wed, 24 Feb 2010 02:10:28 UTC</pubDate>
      <guid>https://snipplr.com/view/28475/replace-quotes--trim-left-and-right</guid>
    </item>
  </channel>
</rss>
