<?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>正则表达式 | C1G军火库</title>
	<atom:link href="https://blog.c1gstudio.com/archives/tag/%e6%ad%a3%e5%88%99%e8%a1%a8%e8%be%be%e5%bc%8f/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.c1gstudio.com</link>
	<description>关注互联网、网页设计、Web开发、服务器运维优化、项目管理、网站运营、网站安全...</description>
	<lastBuildDate>Sun, 27 Jul 2025 07:54:35 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>PCRE的正则表达式应用例子</title>
		<link>https://blog.c1gstudio.com/archives/1837</link>
					<comments>https://blog.c1gstudio.com/archives/1837#respond</comments>
		
		<dc:creator><![CDATA[C1G]]></dc:creator>
		<pubDate>Mon, 21 Oct 2019 09:14:12 +0000</pubDate>
				<category><![CDATA[HTML/XHTML/CSS]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[PCRE]]></category>
		<category><![CDATA[正则表达式]]></category>
		<guid isPermaLink="false">http://blog.c1gstudio.com/?p=1837</guid>

					<description><![CDATA[<p>网上看到,随手贴的例子,方便查阅 一、校验数字的表达式 数字：^[0-9]*$ n位的数字：^\d{n}$ 至 [&#8230;]</p>
<p>The post <a href="https://blog.c1gstudio.com/archives/1837">PCRE的正则表达式应用例子</a> first appeared on <a href="https://blog.c1gstudio.com">C1G军火库</a>.</p>]]></description>
		
					<wfw:commentRss>https://blog.c1gstudio.com/archives/1837/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
