<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035601" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035601</link>
    <description></description>
    <language>en</language>
          <item>
    <title>d&#039;oh!</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/res-and-hashes#comment-1206369</link>
    <description> &lt;p&gt;D&#039;oh! Just noticed the date on the post I just replied to ... think I might be a bit late to help!!&lt;/p&gt;
&lt;p&gt;j.&lt;/p&gt;
 </description>
     <pubDate>Sun, 27 Aug 2006 19:23:27 +0000</pubDate>
 <dc:creator>whitehawk</dc:creator>
 <guid isPermaLink="false">comment 1206369 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/res-and-hashes#comment-1206368</link>
    <description> &lt;p&gt;In your regular expression,  /(\w+)(.*)/$2/), the (.*) bit will match everything, therefore never end (note that regular expressions are greedy, and will match the longest possible string). &lt;/p&gt;
&lt;p&gt;What you probably want is something more like&lt;br /&gt;
([a-zA-Z]*) or (\w*) (match any alphabetic characters)&lt;br /&gt;
OR (([^\s]*) i.e. match anything that&#039;s not whitespace.&lt;br /&gt;
OR you could use the word boundary thingie, \b ... eg ... (\b.*\b).&lt;/p&gt;
&lt;p&gt;I haven&#039;t tried either of these out, but you get the general idea.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Julie&lt;/p&gt;
 </description>
     <pubDate>Sun, 27 Aug 2006 19:22:34 +0000</pubDate>
 <dc:creator>whitehawk</dc:creator>
 <guid isPermaLink="false">comment 1206368 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
