<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ubuntu,debian,redhat -linuxany.com &#187; StringReplace</title>
	<atom:link href="http://www.linuxany.com/archives/tag/stringreplace/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxany.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:59:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>常用C自定义函数集</title>
		<link>http://www.linuxany.com/archives/914.html</link>
		<comments>http://www.linuxany.com/archives/914.html#comments</comments>
		<pubDate>Sat, 26 Dec 2009 15:32:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[StringFind]]></category>
		<category><![CDATA[StringReplace]]></category>

		<guid isPermaLink="false">http://www.linuxany.com/?p=914</guid>
		<description><![CDATA[//1.字符串大小写转换函数 char * ConversionString(char* _pDest, const char * _pSrc, int _nFlag); //2.将字符串转换为整数 int&#160;CharToInt(const char* _pStr); //3.将字符串转换成数字 double&#160;CharToDouble(const char* str); //4.将整型数字转换为字符串,(正负数都可以) char * IntToChar(char* pDestStr, int&#160;nSrcNum); //5.将浮点型数字转换为字符串,(正负数都可以) char * DoubleToChar(char* pDestStr, double&#160;dSrcNum); //6.将字符串形式表示的 IP 转换为一个整数 int&#160;CharToIp(const char* _pchIP); //7.将一个整数转换为一个IP字符串 char * IpToChar(const&#160;int nIP, char * _pchStrIP); //8.将字符串 pStr 中所有的 ch字符过滤掉 char * StringFilter(char * pStr, const&#160;char [...]]]></description>
		<wfw:commentRss>http://www.linuxany.com/archives/914.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

