<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Heck's  Blog]]></title> 
<link>https://www.heckjj.com/index.php</link> 
<description><![CDATA[一瞬间的决定，往往可以改变很多，事实上，让自己成功的往往不是知识，是精神！ 如果你总是为自己找借口，那只好让成功推迟。执行力，今天！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Heck's  Blog]]></copyright>
<item>
<link>https://www.heckjj.com/post//</link>
<title><![CDATA[总结下常用的一些正则表达式]]></title> 
<author>Heck &lt;@hecks.tk&gt;</author>
<category><![CDATA[学习心得]]></category>
<pubDate>Sat, 02 May 2009 06:16:06 +0000</pubDate> 
<guid>https://www.heckjj.com/post//</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp; <span style="font-size: 14px;">嘿嘿，这几天把用户注册、登陆模块写完了，今天早上开始加正则验证。<br/>网上找了好多正则相关的资料，现在正则验证也写完了，就总结一下：<br/><div class="code"><br/>Email : /^&#92;w+(&#91;-+.&#93;&#92;w+)*@&#92;w+(&#91;-.&#93;&#92;w+)*&#92;.&#92;w+(&#91;-.&#93;&#92;w+)*$/,<br/>Phone : /^((&#92;(&#92;d&#123;2,3&#125;&#92;))&#124;(&#92;d&#123;3&#125;&#92;-))?(&#92;(0&#92;d&#123;2,3&#125;&#92;)&#124;0&#92;d&#123;2,3&#125;-)?&#91;1-9&#93;&#92;d&#123;6,7&#125;(&#92;-&#92;d&#123;1,4&#125;)?$/,<br/>Mobile : /^((&#92;(&#92;d&#123;2,3&#125;&#92;))&#124;(&#92;d&#123;3&#125;&#92;-))?13&#92;d&#123;9&#125;$/,<br/>Url : /^http:&#92;/&#92;/&#91;A-Za-z0-9&#93;+&#92;.&#91;A-Za-z0-9&#93;+&#91;&#92;/=&#92;?%&#92;-&amp;_~`@&#91;&#92;&#93;&#92;&#039;:+!&#93;*(&#91;^&lt;&gt;&#92;&quot;&#92;&quot;&#93;)*$/,<br/>IdCard : &quot;this.IsIdCard(value)&quot;,<br/>Currency : /^&#92;d+(&#92;.&#92;d+)?$/,<br/>Number : /^&#92;d+$/,<br/>Zip : /^&#91;1-9&#93;&#92;d&#123;5&#125;$/,<br/>QQ : /^&#91;1-9&#93;&#92;d&#123;4,8&#125;$/,<br/>Integer : /^&#91;-&#92;+&#93;?&#92;d+$/,<br/>Double : /^&#91;-&#92;+&#93;?&#92;d+(&#92;.&#92;d+)?$/,<br/>English : /^&#91;A-Za-z&#93;+$/,<br/>Chinese :&nbsp;&nbsp; /^&#91;&#92;u0391-&#92;uFFE5&#93;+$/,<br/>Username : /^&#91;a-z&#93;&#92;w&#123;3,&#125;$/i,<br/>UnSafe : /^((&#91;A-Z&#93;*&#124;&#91;a-z&#93;*&#124;&#92;d*&#124;&#91;-_&#92;~!@#&#92;$%&#92;^&amp;&#92;*&#92;.&#92;(&#92;)&#92;&#91;&#92;&#93;&#92;&#123;&#92;&#125;&lt;&gt;&#92;?&#92;&#92;&#92;/&#92;&#039;&#92;&quot;&#93;*)&#124;.&#123;0,5&#125;)$&#124;&#92;s/,<br/></div></span><br/>Tags - <a href="https://www.heckjj.com/tags/%25E6%25AD%25A3%25E5%2588%2599/" rel="tag">正则</a>
]]>
</description>
</item><item>
<link>https://www.heckjj.com/post//#blogcomment</link>
<title><![CDATA[[评论] 总结下常用的一些正则表达式]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.heckjj.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>