<?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 finding numeric values in a character string in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/finding-numeric-values-in-a-character-string/m-p/74200#M7368</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
 A='A1B2N3M4L5';&lt;BR /&gt;
&lt;BR /&gt;
THE OUTPUT SHOULD BE =12345&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
 I have variable A which contains a string. how can i get numeric values from that string.?</description>
    <pubDate>Tue, 17 Feb 2009 06:29:13 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-02-17T06:29:13Z</dc:date>
    <item>
      <title>finding numeric values in a character string</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/finding-numeric-values-in-a-character-string/m-p/74200#M7368</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
 A='A1B2N3M4L5';&lt;BR /&gt;
&lt;BR /&gt;
THE OUTPUT SHOULD BE =12345&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
 I have variable A which contains a string. how can i get numeric values from that string.?</description>
      <pubDate>Tue, 17 Feb 2009 06:29:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/finding-numeric-values-in-a-character-string/m-p/74200#M7368</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-02-17T06:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: finding numeric values in a character string</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/finding-numeric-values-in-a-character-string/m-p/74201#M7369</link>
      <description>b=compress(x,'0123456789','k');&lt;BR /&gt;
or&lt;BR /&gt;
b=compress(x,'dk');</description>
      <pubDate>Tue, 17 Feb 2009 07:12:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/finding-numeric-values-in-a-character-string/m-p/74201#M7369</guid>
      <dc:creator>GertNissen</dc:creator>
      <dc:date>2009-02-17T07:12:00Z</dc:date>
    </item>
  </channel>
</rss>

