<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Inverse Hex Color'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 22:36:54 +0000</lastBuildDate>
    <item>
      <title>Raisor said on 05/Oct/2008</title>
      <link>https://snipplr.com/view/5812/inverse-hex-color</link>
      <description>&lt;p&gt;Guess my formatting wasn't correct, I was asking:&#13;
Shouldn't this: &#13;
&lt;pre&gt;&#13;
case 3: &#13;
       $color=preg_replace("/(.)(.)(.)/","\1\1\2\2\3\3",$color); &#13;
case 6:&#13;
&lt;/pre&gt;&#13;
&#13;
actually be this: &#13;
&lt;pre&gt;&#13;
case 3: &#13;
case 6: &#13;
       $color=preg_replace("/(.)(.)(.)/","\1\1\2\2\3\3",$color);&#13;
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 05 Oct 2008 15:04:47 UTC</pubDate>
      <guid>https://snipplr.com/view/5812/inverse-hex-color</guid>
    </item>
  </channel>
</rss>
