<?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>正则 &#8211; 学习日志</title>
	<atom:link href="https://blog.liuguofeng.com/tag/zhengze/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.liuguofeng.com</link>
	<description>LIUGUOFENG</description>
	<lastBuildDate>Thu, 16 Nov 2017 12:03:26 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.liuguofeng.com/wp-content/uploads/2019/08/icon-panda-450-1.png</url>
	<title>正则 &#8211; 学习日志</title>
	<link>https://blog.liuguofeng.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>PHP 正则过滤 html 标签、空格、换行符的代码 (文章格式化)</title>
		<link>https://blog.liuguofeng.com/p/3271</link>
					<comments>https://blog.liuguofeng.com/p/3271#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Thu, 16 Nov 2017 11:40:39 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[正则]]></category>
		<guid isPermaLink="false">http://blog.liuguofeng.com/?p=3271</guid>

					<description><![CDATA[$str=preg_replace("/\s+/", " ", $str); //过滤多余回车 $str=pr<p class="more-button"><a href="https://blog.liuguofeng.com/p/3271" class="more-link">Continue reading <span class="screen-reader-text">PHP 正则过滤 html 标签、空格、换行符的代码 (文章格式化)</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/3271/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>正则匹配 SCRIPT 标签</title>
		<link>https://blog.liuguofeng.com/p/3262</link>
					<comments>https://blog.liuguofeng.com/p/3262#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Thu, 09 Nov 2017 08:42:01 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<category><![CDATA[正则]]></category>
		<guid isPermaLink="false">http://blog.liuguofeng.com/?p=3262</guid>

					<description><![CDATA[/&#60;script[^&#62;]*?&#62;(?:.&#124;\n)*?&#60;\/script&#62;/i &#038;n<p class="more-button"><a href="https://blog.liuguofeng.com/p/3262" class="more-link">Continue reading <span class="screen-reader-text">正则匹配 SCRIPT 标签</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/3262/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
