<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1028810" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1028810</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/regexp#comment-1169154</link>
    <description> &lt;p&gt;Are you only looking to match .com domains?&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Apr 2005 00:47:02 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1169154 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/regexp#comment-1169153</link>
    <description> &lt;p&gt;Ph thank you, the thing I was missing is you can have it match 0 or more. I will just do 0 or more ws then 0 or 1 &quot;.&quot;. Thank you.&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Apr 2005 00:12:50 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1169153 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/regexp#comment-1169145</link>
    <description> &lt;p&gt;Maybe something like this&lt;/p&gt;
&lt;p&gt;/(www\.)*[^\.]+\.[^\.]{2,3}/&lt;/p&gt;
&lt;p&gt;That will match something that starts with zero or more www. &#039;s, followed by one or more non-period &#039;s, then a period, then 2 or 3 non-periods.&lt;/p&gt;
&lt;p&gt;I haven&#039;t tested it, but this should match both of yours, plus things that end with two-letter extensions as well.&lt;/p&gt;
 </description>
     <pubDate>Tue, 05 Apr 2005 21:11:17 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1169145 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/regexp#comment-1169141</link>
    <description> &lt;p&gt;Jscript.net but the idea is the same. I can look up the proper syntax, but i dont know the approach I should use.&lt;/p&gt;
 </description>
     <pubDate>Tue, 05 Apr 2005 20:41:01 +0000</pubDate>
 <dc:creator>bja888</dc:creator>
 <guid isPermaLink="false">comment 1169141 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/regexp#comment-1169138</link>
    <description> &lt;p&gt;Is this a Perl RegEx or PHP?&lt;/p&gt;
&lt;p&gt;I think PHP has slightly different syntax that Perl, which I&#039;m used to using. That&#039;s why I&#039;m asking.&lt;/p&gt;
 </description>
     <pubDate>Tue, 05 Apr 2005 20:25:34 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1169138 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
