<?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 apostrophes between names in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Removing-apostrophes-between-names/m-p/966730#M376206</link>
    <description>&lt;P&gt;Hi -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to get rid of these apostrophes from first and last names.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently names appear as:&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Martha" and I would want to and up with Martha&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should be simple enough,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 May 2025 20:11:09 GMT</pubDate>
    <dc:creator>SAS_Girl1</dc:creator>
    <dc:date>2025-05-16T20:11:09Z</dc:date>
    <item>
      <title>Removing apostrophes between names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-apostrophes-between-names/m-p/966730#M376206</link>
      <description>&lt;P&gt;Hi -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to get rid of these apostrophes from first and last names.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently names appear as:&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Martha" and I would want to and up with Martha&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should be simple enough,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 20:11:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-apostrophes-between-names/m-p/966730#M376206</guid>
      <dc:creator>SAS_Girl1</dc:creator>
      <dc:date>2025-05-16T20:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Removing apostrophes between names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-apostrophes-between-names/m-p/966732#M376208</link>
      <description>&lt;P&gt;These are not apostrophes, those are double-quotes. So, do you want to remove single-quotes and double-quotes from the name?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;new_name=compress(name,'"');&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to get rid of the double-quotes and if you also want to get rid of single-quotes, use one more command&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;new_name=compress(new_name,"'");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 20:25:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-apostrophes-between-names/m-p/966732#M376208</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2025-05-16T20:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Removing apostrophes between names</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Removing-apostrophes-between-names/m-p/966743#M376209</link>
      <description>&lt;P&gt;Thank you so much for the prompt reply!&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will test your suggestions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 20:40:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Removing-apostrophes-between-names/m-p/966743#M376209</guid>
      <dc:creator>SAS_Girl1</dc:creator>
      <dc:date>2025-05-16T20:40:46Z</dc:date>
    </item>
  </channel>
</rss>

