<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Validate an email address using regular expressions</title>
	<atom:link href="http://www.tipsntracks.com/117/validate-an-email-address-using-regular-expressions.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsntracks.com/117/validate-an-email-address-using-regular-expressions.html</link>
	<description>knowledge Is Power</description>
	<lastBuildDate>Mon, 08 Mar 2010 19:04:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ankur</title>
		<link>http://www.tipsntracks.com/117/validate-an-email-address-using-regular-expressions.html/comment-page-1#comment-45</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Mon, 13 Jul 2009 07:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsntracks.com/?p=117#comment-45</guid>
		<description>Refer to the following links, if you need more information about regular expressions.

http://msdn.microsoft.com/en-us/library/ms998267.aspx
http://msdn.microsoft.com/en-us/library/ms972966.aspx

First link provides regular expressions for email address, phone, ZIP etc.

The other link gives description about all the options possible in regular expression.</description>
		<content:encoded><![CDATA[<p>Refer to the following links, if you need more information about regular expressions.</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ms998267.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms998267.aspx</a><br />
<a href="http://msdn.microsoft.com/en-us/library/ms972966.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms972966.aspx</a></p>
<p>First link provides regular expressions for email address, phone, ZIP etc.</p>
<p>The other link gives description about all the options possible in regular expression.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chetankumar Akarte</title>
		<link>http://www.tipsntracks.com/117/validate-an-email-address-using-regular-expressions.html/comment-page-1#comment-17</link>
		<dc:creator>Chetankumar Akarte</dc:creator>
		<pubDate>Tue, 28 Apr 2009 17:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsntracks.com/?p=117#comment-17</guid>
		<description>Hi,

This RegEx pattern validate email with most common domain like .com, .org, .biz or .co.in

If you want to use it for domain like .museum. You need some modification in current regex pattern. Following regex pattern will do it for you. It will match for valid email domains like .museum with other valid domain up to six character long.

^([a-zA-Z0-9_\-\.]+)@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,6})$</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This RegEx pattern validate email with most common domain like .com, .org, .biz or .co.in</p>
<p>If you want to use it for domain like .museum. You need some modification in current regex pattern. Following regex pattern will do it for you. It will match for valid email domains like .museum with other valid domain up to six character long.</p>
<p>^([a-zA-Z0-9_\-\.]+)@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,6})$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ausome1</title>
		<link>http://www.tipsntracks.com/117/validate-an-email-address-using-regular-expressions.html/comment-page-1#comment-16</link>
		<dc:creator>Ausome1</dc:creator>
		<pubDate>Tue, 28 Apr 2009 00:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tipsntracks.com/?p=117#comment-16</guid>
		<description>Your regex doesn&#039;t allow for valid email domains like .museum</description>
		<content:encoded><![CDATA[<p>Your regex doesn&#8217;t allow for valid email domains like .museum</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.627 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-11 06:28:23 -->
