<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Code,We play with each other..._分类_Regular Expression</title><id>http://feed.cnblogs.com/blog/u/24059/category/152081/rss</id><updated>2012-06-02T12:24:57Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huazai/category/152081.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/24059/category/152081/rss"/><entry><id>http://www.cnblogs.com/huazai/archive/2008/08/25/1275785.html</id><title type="text">常用正则表达式收集&lt;一&gt;</title><summary type="text">1.验证电子邮件:^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$2.必须有字母，数字，一个以上的特殊符号，长度8位到20位:(?![^\^@#\$%&amp;\*()]+$)^(?![^0-9]+$)(?![^a-z]+$).{8,20}3.验证汉字:^[\u4e00-\u9fa5]+$4.01:30格...</summary><published>2008-08-25T06:39:00Z</published><updated>2008-08-25T06:39:00Z</updated><author><name>PoulXia</name><uri>http://www.cnblogs.com/huazai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/huazai/archive/2008/08/25/1275785.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/huazai/archive/2008/08/25/1275785.html"/><content type="text">1.验证电子邮件:^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$2.必须有字母，数字，一个以上的特殊符号，长度8位到20位:(?![^\^@#\$%&amp;\*()]+$)^(?![^0-9]+$)(?![^a-z]+$).{8,20}3.验证汉字:^[\u4e00-\u9fa5]+$4.01:30格...</content></entry></feed>
