<?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>PHPMan--Live and learn &#187; 正则</title>
	<atom:link href="http://www.phpman.com.cn/archives/tag/%e6%ad%a3%e5%88%99/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpman.com.cn</link>
	<description>不积跬步,无以至千里;不积小流,无以成江海</description>
	<lastBuildDate>Wed, 28 Jul 2010 02:39:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>linux下批量正则查找替换文本文件内容</title>
		<link>http://www.phpman.com.cn/archives/337</link>
		<comments>http://www.phpman.com.cn/archives/337#comments</comments>
		<pubDate>Tue, 02 Mar 2010 15:35:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[system related]]></category>
		<category><![CDATA[正则语法]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[正则]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=337</guid>
		<description><![CDATA[
find -name '*.html' &#124; xargs perl -pi -e 's&#124;href=&#34;(.*\.html)&#34;&#124;href=&#34;/html/$1&#34;&#124;g'

如上所示为我在所有形如xxx.html前加上/html/
正则查找，非常灵活方便。留帖备忘
]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/337/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>各种工具(语言)之正则表达式语法差异比较</title>
		<link>http://www.phpman.com.cn/archives/222</link>
		<comments>http://www.phpman.com.cn/archives/222#comments</comments>
		<pubDate>Sat, 20 Jun 2009 01:07:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[正则语法]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[正则]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=222</guid>
		<description><![CDATA[这里对几种常用正则grep、egrep、sed要、awk、perl、vim、javascript等差异作个总结，希望一同补充完善……]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/222/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MYSQL的模式匹配</title>
		<link>http://www.phpman.com.cn/archives/126</link>
		<comments>http://www.phpman.com.cn/archives/126#comments</comments>
		<pubDate>Fri, 24 Apr 2009 09:35:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[正则]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=126</guid>
		<description><![CDATA[mysql中除了常用的"_"、"%"外，mysql还提供扩展的正则表达式，使用REGEXP关键字……]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/126/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php正则语法(perl兼容)</title>
		<link>http://www.phpman.com.cn/archives/75</link>
		<comments>http://www.phpman.com.cn/archives/75#comments</comments>
		<pubDate>Tue, 31 Mar 2009 01:05:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[正则语法]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[正则]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=75</guid>
		<description><![CDATA[正则表达式是初学 Perl 的难点所在，不过只要一旦掌握其语法，你就可以拥有几乎无限的模式匹配能力，而且 Perl 编程的大部分工作都是掌握常规表达式]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/75/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
