<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Getting Started</title><link>http://forums.asp.net/15.aspx</link><description>The perfect forum for ASP.NET novices. No question too simple! &lt;A href="http://aspadvice.com/SignUp/list.aspx?l=21&amp;amp;c=17" target=_blank&gt;Email List&lt;/A&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Help with Regular Expression</title><link>http://forums.asp.net/thread/1977426.aspx</link><pubDate>Sat, 27 Oct 2007 16:33:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1977426</guid><dc:creator>jjepen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1977426.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=1977426</wfw:commentRss><description>&lt;p&gt;Thanks, I had been just looking for a regex I could copy because it looked a bit daunting but going through some of the tutorials it isn&amp;#39;t all that bad.&amp;nbsp; This is what I came up with if anyone else needs something like it:&lt;/p&gt;&lt;p&gt;\(\d{3}\)\s\d{3}-\d{4}(\s(x\d+)?){0,1}$&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Help with Regular Expression</title><link>http://forums.asp.net/thread/1977116.aspx</link><pubDate>Sat, 27 Oct 2007 06:44:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1977116</guid><dc:creator>M A A Mehedi Hasan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1977116.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=1977116</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;Check these&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;table style="border-collapse:collapse;width:408pt;" cellpadding="0" cellspacing="0"&gt;
 &lt;tr style="height:12.75pt;"&gt;
  &lt;td class="xl24" style="height:12.75pt;width:408pt;"&gt;http://regexlib.com/DisplayPatterns.aspx&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr style="height:12.75pt;"&gt;
  &lt;td class="xl24" style="height:12.75pt;width:408pt;"&gt;http://www.regular-expressions.info/&lt;/td&gt;
 &lt;/tr&gt;
&lt;/table&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Help with Regular Expression</title><link>http://forums.asp.net/thread/1977081.aspx</link><pubDate>Sat, 27 Oct 2007 05:05:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1977081</guid><dc:creator>jjepen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1977081.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=15&amp;PostID=1977081</wfw:commentRss><description>&lt;p&gt;I need help creating a regular expression that validates a US telephone number with or without extension.&amp;nbsp; It needs to &lt;b&gt;require&lt;/b&gt; an area code enclosed in parentheses and separated by a space, &lt;b&gt;require&lt;/b&gt; a dash(-) between the prefix and the number, and allow an extension &lt;b&gt;up to&lt;/b&gt; 4 digits(ex. x1234).&amp;nbsp; Some matches and non-matches are provided below.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Match &amp;nbsp;&amp;nbsp; (789) 555-1234&lt;br /&gt;Match&amp;nbsp;&amp;nbsp;  (849) 555-1234 x1234&lt;br /&gt;Match&amp;nbsp;&amp;nbsp;  (484) 555-8764 x1&lt;br /&gt;Non-Match&amp;nbsp;&amp;nbsp;  789-555-7894&lt;br /&gt;Non-Match&amp;nbsp;&amp;nbsp;  7895551234&lt;br /&gt;Non-Match&amp;nbsp;&amp;nbsp;&amp;nbsp; (546) 555-1354 x12345&lt;br /&gt;Non-Match&amp;nbsp;&amp;nbsp;  (345) 555-8794 x&lt;br /&gt;Non-Match 756 468 4657&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve searched the net a found a few that claim to meet my requirements but under testing they all have some loophole that matches something it should not.&amp;nbsp; Any help would be greatly appreciated.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>