<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Diferences between trim and strip in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Diferences-between-trim-and-strip/m-p/193551#M48629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple question about string functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If trim removes trailing blancks and strip = left(trim(var)) , what is the different between trim and strip?, is not the same?&lt;/P&gt;&lt;P&gt;if you remove blancks on the left, then the result is not the same as left(trim..?&lt;/P&gt;&lt;P&gt;isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2015 22:07:50 GMT</pubDate>
    <dc:creator>juanvg1972</dc:creator>
    <dc:date>2015-05-26T22:07:50Z</dc:date>
    <item>
      <title>Diferences between trim and strip</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Diferences-between-trim-and-strip/m-p/193551#M48629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple question about string functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If trim removes trailing blancks and strip = left(trim(var)) , what is the different between trim and strip?, is not the same?&lt;/P&gt;&lt;P&gt;if you remove blancks on the left, then the result is not the same as left(trim..?&lt;/P&gt;&lt;P&gt;isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 22:07:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Diferences-between-trim-and-strip/m-p/193551#M48629</guid>
      <dc:creator>juanvg1972</dc:creator>
      <dc:date>2015-05-26T22:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Diferences between trim and strip</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Diferences-between-trim-and-strip/m-p/193552#M48630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is slightly incorrect:&amp;nbsp; strip = left(trim(var))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The correct version would be:&amp;nbsp; strip = trim(left(var))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that change, there is a difference if you begin with leading blanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 23:00:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Diferences-between-trim-and-strip/m-p/193552#M48630</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2015-05-26T23:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Diferences between trim and strip</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Diferences-between-trim-and-strip/m-p/193553#M48631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And the doc &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a002295689.htm" title="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a002295689.htm"&gt;SAS(R) 9.2 Language Reference: Dictionary, Fourth Edition&lt;/A&gt; has a good list of comparison features.&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 00:14:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Diferences-between-trim-and-strip/m-p/193553#M48631</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-05-27T00:14:27Z</dc:date>
    </item>
  </channel>
</rss>

