<?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 Re: how to remove mulitple word in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-mulitple-word/m-p/680966#M205928</link>
    <description>&lt;P&gt;What if it was "&lt;STRONG&gt;aaaaaabbbbccccccccaaaaaaa"&amp;nbsp;&lt;/STRONG&gt;?&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 13:01:00 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2020-09-02T13:01:00Z</dc:date>
    <item>
      <title>how to remove mulitple word</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-mulitple-word/m-p/680963#M205927</link>
      <description>&lt;P&gt;if i have input as &lt;STRONG&gt;'aaaaaabbbbcccccccc' then&amp;nbsp;&lt;/STRONG&gt; output should be populated with single value like 'abc'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 12:59:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-mulitple-word/m-p/680963#M205927</guid>
      <dc:creator>Aayushi_17</dc:creator>
      <dc:date>2020-09-02T12:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove mulitple word</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-mulitple-word/m-p/680966#M205928</link>
      <description>&lt;P&gt;What if it was "&lt;STRONG&gt;aaaaaabbbbccccccccaaaaaaa"&amp;nbsp;&lt;/STRONG&gt;?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:01:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-mulitple-word/m-p/680966#M205928</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2020-09-02T13:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove mulitple word</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-mulitple-word/m-p/680968#M205929</link>
      <description>&lt;P&gt;yes order can be different&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:03:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-mulitple-word/m-p/680968#M205929</guid>
      <dc:creator>Aayushi_17</dc:creator>
      <dc:date>2020-09-02T13:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove mulitple word</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-mulitple-word/m-p/680970#M205931</link>
      <description>&lt;P&gt;But would the string I posted result in "abc" or "abca" ?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:04:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-mulitple-word/m-p/680970#M205931</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2020-09-02T13:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove mulitple word</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-mulitple-word/m-p/680972#M205932</link>
      <description>&lt;P&gt;it should be abc no mulitple a can be used&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:07:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-mulitple-word/m-p/680972#M205932</guid>
      <dc:creator>Aayushi_17</dc:creator>
      <dc:date>2020-09-02T13:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove mulitple word</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-mulitple-word/m-p/680973#M205933</link>
      <description>&lt;P&gt;Ok try this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
   s1 = "aaaaaabbbbcccccccc";
   s2 = prxchange("s/(.)(?=\1{1})//", -1, s1);
   put s2=;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:09:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-mulitple-word/m-p/680973#M205933</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2020-09-02T13:09:50Z</dc:date>
    </item>
  </channel>
</rss>

