<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1001160" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1001160</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/remove-certain-text-scalar#comment-1005056</link>
    <description> &lt;p&gt;Thanx RobP...just what I was looking for.&lt;/p&gt;
&lt;p&gt;VulKen&lt;br /&gt;
[B]Keepin&#039; It Realistic[\B]&lt;/p&gt;
 </description>
     <pubDate>Mon, 19 Jun 2000 00:32:00 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1005056 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/remove-certain-text-scalar#comment-1005055</link>
    <description> &lt;p&gt;You would use a regular expression to do that (If you have Perl installed, in DOS type perldoc perlre)&lt;/p&gt;
&lt;p&gt;You would use the search and replace function.&lt;br /&gt;
$file = &quot;index.shtml&quot;;&lt;br /&gt;
$file =~ s/.shtml//;&lt;/p&gt;
&lt;p&gt;the ~ after the = means that the following is a regular expression.  The rest means &quot;find &#039;.shtml&#039; in $file and replace it with nothing (//)&quot;.  The above would only search and replace in $file once.  If you had for instance&lt;br /&gt;
$file = &quot;index.shtml,another.shtml,onemore.shtml&quot;;&lt;br /&gt;
You would use&lt;br /&gt;
$file =~ s/.shtml//g;&lt;/p&gt;
&lt;p&gt;Hope that helps.&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.thehungersite.com&quot; class=&quot;bb-url&quot;&gt;click here to help save lives&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.wiredstart.com&quot; class=&quot;bb-url&quot;&gt;http://www.wiredstart.com&lt;/a&gt;  : The Technology Start Page&lt;/p&gt;
 </description>
     <pubDate>Mon, 19 Jun 2000 00:15:00 +0000</pubDate>
 <dc:creator>Rob Pengelly</dc:creator>
 <guid isPermaLink="false">comment 1005055 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
