<?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: anyalpha function in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/anyalpha-function/m-p/206373#M51301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check&amp;nbsp; notdigit()&amp;nbsp;&amp;nbsp; function .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2015 12:15:50 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2015-07-20T12:15:50Z</dc:date>
    <item>
      <title>anyalpha function</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/anyalpha-function/m-p/206369#M51297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My understanding is that this function returns a position of the first letter of the alphabet in a string. Is there a similar function that include all non-numeric symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code I'm using is if anyalpha(field1) eq 0 then field2 = field1;&lt;/P&gt;&lt;P&gt;else field2 = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm not sure what function I should use if there is "/", "-", etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:09:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/anyalpha-function/m-p/206369#M51297</guid>
      <dc:creator>brophymj</dc:creator>
      <dc:date>2015-07-20T11:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: anyalpha function</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/anyalpha-function/m-p/206370#M51298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually googled it there and the function for non-alphabetical characters is notalpha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:24:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/anyalpha-function/m-p/206370#M51298</guid>
      <dc:creator>brophymj</dc:creator>
      <dc:date>2015-07-20T11:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: anyalpha function</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/anyalpha-function/m-p/206371#M51299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually that doesn't work. What I'm looking for is a function that returns the position of the first character in a string that is not a number. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 11:30:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/anyalpha-function/m-p/206371#M51299</guid>
      <dc:creator>brophymj</dc:creator>
      <dc:date>2015-07-20T11:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: anyalpha function</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/anyalpha-function/m-p/206372#M51300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried:&lt;/P&gt;&lt;P&gt;position=findc(your_string,'_','a'); &lt;/P&gt;&lt;P&gt;Note I just added _ to give it something to work with, the main part is the 'a' which adds all the alpha characters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:13:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/anyalpha-function/m-p/206372#M51300</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-07-20T12:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: anyalpha function</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/anyalpha-function/m-p/206373#M51301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check&amp;nbsp; notdigit()&amp;nbsp;&amp;nbsp; function .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 12:15:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/anyalpha-function/m-p/206373#M51301</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-07-20T12:15:50Z</dc:date>
    </item>
  </channel>
</rss>

