<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/hexadecimal</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 01:50:21 GMT</pubDate>
<item>
<title>(PHP) Hex to RGB - FMalk</title>
<link>http://snipplr.com/view/63823/hex-to-rgb/</link>
<description><![CDATA[ <p>Converts a hex string (FFFFFF) to a RGB array (255, 255, 255)</p> ]]></description>
<pubDate>Fri, 09 Mar 2012 22:17:06 GMT</pubDate>
<guid>http://snipplr.com/view/63823/hex-to-rgb/</guid>
</item>
<item>
<title>(PHP) Str To Hex / Hex To Str - dygor</title>
<link>http://snipplr.com/view/19273/str-to-hex--hex-to-str/</link>
<description><![CDATA[ <p>convert a string to it's hex representation and back</p> ]]></description>
<pubDate>Fri, 04 Sep 2009 15:34:10 GMT</pubDate>
<guid>http://snipplr.com/view/19273/str-to-hex--hex-to-str/</guid>
</item>
<item>
<title>(PHP) preg_match for Hexadecimal Strings - duniyadnd</title>
<link>http://snipplr.com/view/12113/pregmatch-for-hexadecimal-strings/</link>
<description><![CDATA[ <p>Figure out if the string possesses only hexadecimal characters in the string. If not, fail. Remember, white spaces are not hexadecimal, so make sure you trim() your strings before you send it in or explode your string.</p> ]]></description>
<pubDate>Wed, 11 Feb 2009 11:00:25 GMT</pubDate>
<guid>http://snipplr.com/view/12113/pregmatch-for-hexadecimal-strings/</guid>
</item>
</channel>
</rss>