<?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 string cleaning in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/string-cleaning/m-p/363788#M86186</link>
    <description>&lt;P&gt;&lt;U&gt;Hello,&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I have a variable called link_detail that is json file and I want to get rid of {}[]'":. I see that prxchange type funtions can be applied to do this. Any help is appreciated.I am attaching one record that hopefully will help understandig the question.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2017 13:06:31 GMT</pubDate>
    <dc:creator>mesfandiari</dc:creator>
    <dc:date>2017-06-02T13:06:31Z</dc:date>
    <item>
      <title>string cleaning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/string-cleaning/m-p/363788#M86186</link>
      <description>&lt;P&gt;&lt;U&gt;Hello,&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I have a variable called link_detail that is json file and I want to get rid of {}[]'":. I see that prxchange type funtions can be applied to do this. Any help is appreciated.I am attaching one record that hopefully will help understandig the question.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 13:06:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/string-cleaning/m-p/363788#M86186</guid>
      <dc:creator>mesfandiari</dc:creator>
      <dc:date>2017-06-02T13:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: string cleaning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/string-cleaning/m-p/363802#M86196</link>
      <description>&lt;P&gt;Use the compress function:&lt;/P&gt;
&lt;P&gt;data _null_;&lt;BR /&gt;link_detail = '{a} [a]';&lt;BR /&gt;link_detail = compress(link_detail, '{}[]');&lt;BR /&gt;put link_detail;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 13:27:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/string-cleaning/m-p/363802#M86196</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-06-02T13:27:42Z</dc:date>
    </item>
  </channel>
</rss>

