<?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: Simple RegEx replace in C#</title>
	<atom:link href="http://www.richardhallgren.com/simple-regex-replace-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.richardhallgren.com/simple-regex-replace-in-c/</link>
	<description>.NET, BizTalk and integration focused scribbles</description>
	<lastBuildDate>Tue, 01 Jun 2010 22:09:55 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: プログラマー's 雑録</title>
		<link>http://www.richardhallgren.com/simple-regex-replace-in-c/comment-page-1/#comment-49</link>
		<dc:creator>プログラマー's 雑録</dc:creator>
		<pubDate>Wed, 28 Feb 2007 13:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardhallgren.com/?p=43#comment-49</guid>
		<description>&lt;strong&gt;メール形式のチェック...&lt;/strong&gt;

using System.Text.RegularExpressions;  Regex reg = new Regex(@&#38;quot;^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)&#124;(([\w-]+\.)+))([a-zA-Z]{2,4}&#124;[0-9]{1,3})(\]?)$&#38;quot;);  if(reg.IsMatch(&#38;quot;mail address&#38;quot;)) { &#38;...</description>
		<content:encoded><![CDATA[<p><strong>メール形式のチェック&#8230;</strong></p>
<p>using System.Text.RegularExpressions;  Regex reg = new Regex(@&#38;#38;quot;^([\w-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([\w-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$&#38;#38;quot;);  if(reg.IsMatch(&#38;#38;quot;mail address&#38;#38;quot;)) { &#38;#38;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
