<?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 removing a character :: from a string in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/removing-a-character-from-a-string/m-p/791051#M253311</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a column of data with english names and their french equivalent.&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg: type=Name::nom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to extract everything before the special characters of 2 colons i.e everything to the left of ::&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how do I go about this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jan 2022 23:14:55 GMT</pubDate>
    <dc:creator>shahm</dc:creator>
    <dc:date>2022-01-19T23:14:55Z</dc:date>
    <item>
      <title>removing a character :: from a string</title>
      <link>https://communities.sas.com/t5/SAS-Programming/removing-a-character-from-a-string/m-p/791051#M253311</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a column of data with english names and their french equivalent.&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg: type=Name::nom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to extract everything before the special characters of 2 colons i.e everything to the left of ::&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how do I go about this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 23:14:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/removing-a-character-from-a-string/m-p/791051#M253311</guid>
      <dc:creator>shahm</dc:creator>
      <dc:date>2022-01-19T23:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: removing a character :: from a string</title>
      <link>https://communities.sas.com/t5/SAS-Programming/removing-a-character-from-a-string/m-p/791052#M253312</link>
      <description>&lt;P&gt;SCAN function.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;name_en = scan(type, 1, ":");
name_fr = scan(type, 2, ":");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/345066"&gt;@shahm&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a column of data with english names and their french equivalent.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;eg: type=Name::nom&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to extract everything before the special characters of 2 colons i.e everything to the left of ::&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how do I go about this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;M&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 23:16:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/removing-a-character-from-a-string/m-p/791052#M253312</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-01-19T23:16:48Z</dc:date>
    </item>
  </channel>
</rss>

