<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043081" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043081</link>
    <description></description>
    <language>en</language>
          <item>
    <title>I guess preg_split would</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/regular-expression-challenge#comment-1238382</link>
    <description> &lt;p&gt;I guess preg_split would have worked as well - didn&#039;t know that function existed.&lt;/p&gt;
&lt;p&gt;It was one of those things that stumped me, so I left to have some dinner, came back, and the solution hit me right away.&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Feb 2009 01:51:30 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1238382 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>If you successfully matched</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/regular-expression-challenge#comment-1238381</link>
    <description> &lt;p&gt;If you successfully matched the days, why not do a preg_split with that regex?&lt;/p&gt;
&lt;p&gt;EDIT: Or you could do what you just posted &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Feb 2009 01:01:00 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1238381 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I figured it out without</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/regular-expression-challenge#comment-1238380</link>
    <description> &lt;p&gt;I figured it out without using regular expressions at all.  Explode the string with &quot;\n.&quot; will separate the days, and then explode(&quot;...&quot;, $data, 2) will split the day title from the forecast for that day.&lt;/p&gt;
&lt;p&gt;Sometimes the easiest solution is the best. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Feb 2009 00:59:26 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1238380 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
