<?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: Looking for a SAS function that can help identify a string that contains all the valid character in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336342#M76235</link>
    <description>I am reading all creative solutions admiringly.&lt;BR /&gt;Thanks a lot for all.</description>
    <pubDate>Mon, 27 Feb 2017 21:05:38 GMT</pubDate>
    <dc:creator>Yavuz</dc:creator>
    <dc:date>2017-02-27T21:05:38Z</dc:date>
    <item>
      <title>Looking for a SAS function that can help identify a string that contains all the valid characters!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336271#M76202</link>
      <description>&lt;P&gt;Hi everyone, I am wondering if there is a function that can help identify&amp;nbsp;observations for a variable that contain all the valid charaters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I have a dataset called test which is&amp;nbsp;comprised of two variables. 1. observation, 2 code. Below is the table of info:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Observation Code&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; abccccccccccc&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;aaaaaaaaaaaa&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;bbbcccccccccc&lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aaaaacccccccc&lt;/P&gt;&lt;P&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bbbbbbbbbbbb&lt;/P&gt;&lt;P&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bbbbbbbaaaaa&lt;/P&gt;&lt;P&gt;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cccccbbbbbbbc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to identify the oberversation 3 and observation 7 &amp;nbsp;that contain all the characters "b" &lt;STRONG&gt;and&lt;/STRONG&gt; "c"&amp;nbsp; &lt;STRONG&gt;only&lt;/STRONG&gt; NOT "b" &lt;STRONG&gt;or&lt;/STRONG&gt; "c" &lt;STRONG&gt;only&lt;/STRONG&gt;. What function(s) can help me get that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use verify (trim(Code),"bc"), and it ends up giving me the &lt;STRONG&gt;observation 3,&amp;nbsp;observation 5&amp;nbsp; and observation 7&lt;/STRONG&gt;, but&amp;nbsp;I&amp;nbsp;&lt;STRONG&gt;only&lt;/STRONG&gt;&amp;nbsp;want to have &lt;STRONG&gt;observation&amp;nbsp;3 and &amp;nbsp;observation 7&lt;/STRONG&gt;&amp;nbsp;in my result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: &amp;nbsp;I know I could use find( trim(code),"bbbcccccccccc")&amp;nbsp;to find obersavtion 3 and find(trim(code),"cccccbbbbbbbc") to find obersavtion&amp;nbsp;7,&amp;nbsp;but that requires the exact match not just in terms of all characters in a string, but also in terms of their positions in a string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a more efficient function that can help identify the observation 3 and observation 7 without&amp;nbsp;specifying the entire characters in a string as well as&amp;nbsp;the exact positioning of those characters in a string?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help on this would be greatly appreciated. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 17:35:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336271#M76202</guid>
      <dc:creator>Dancer_on_data</dc:creator>
      <dc:date>2017-02-27T17:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a SAS function that can help identify a string that contains all the valid character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336283#M76206</link>
      <description>&lt;P&gt;There is probably an easier way, but I think that the following will do what you want:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data want;
  set have;
  test=verify(strip(code),'acdefghijklmnopqrstuvwxyz')&amp;gt;0 and
    verify(strip(code),'abdefghijklmnopqrstuvwxyz') &amp;gt; 0 and
    verify(strip(code),'bc') eq 0;
run;
&lt;/PRE&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 18:02:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336283#M76206</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-02-27T18:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a SAS function that can help identify a string that contains all the valid character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336289#M76210</link>
      <description>&lt;P&gt;Somebody will come up with a pxparse solution that I won't understand, but here is a reasonable way:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want;&lt;/P&gt;
&lt;P&gt;set have;&lt;/P&gt;
&lt;P&gt;test_code = compress(code, 'b');&lt;/P&gt;
&lt;P&gt;if 0 &amp;lt; lengthn(test_code) &amp;lt; lengthn(code);&lt;/P&gt;
&lt;P&gt;if compress(test_code, 'c') = ' ';&lt;/P&gt;
&lt;P&gt;drop test_code;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 18:13:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336289#M76210</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-02-27T18:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a SAS function that can help identify a string that contains all the valid character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336303#M76221</link>
      <description>&lt;P&gt;Here's another option&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set have;
where indexc(code,'b')&amp;gt;0 and indexc(code,'c')&amp;gt;0 and indexc(code,'adefghijklmnopqrstuvwxyz') = 0;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:02:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336303#M76221</guid>
      <dc:creator>nehalsanghvi</dc:creator>
      <dc:date>2017-02-27T19:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a SAS function that can help identify a string that contains all the valid character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336306#M76222</link>
      <description>&lt;P&gt;Just use the function (compress, not trim) twice:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; bcode=compress(code,'b');&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; if bcode=' ' then delete;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;STRIKE&gt; if compress(code,'c')=' ';&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; if compress(bcode,'c')=' ';&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Editted, thanks to Art's observation.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 21:43:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336306#M76222</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2017-02-27T21:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a SAS function that can help identify a string that contains all the valid character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336308#M76223</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my solution to your question&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data have;&lt;BR /&gt;length Observation 3 Code $20;&lt;BR /&gt;input Observation Code;&lt;BR /&gt;datalines;&lt;BR /&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; abccccccccccc&lt;BR /&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aaaaaaaaaaaa&lt;BR /&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bbbcccccccccc&lt;BR /&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aaaaacccccccc&lt;BR /&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bbbbbbbbbbbb&lt;BR /&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bbbbbbbaaaaa&lt;BR /&gt;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cccccbbbbbbbc&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;set have(where=(prxmatch('/[^bc]/',strip(code))=0));&amp;nbsp; /* Only read observation with nothing but b/c/both */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if (findc(code,'c') AND findc(code,'b')); /* Only keep observations with both b&amp;amp;c */&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:18:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336308#M76223</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2017-02-27T19:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a SAS function that can help identify a string that contains all the valid character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336310#M76224</link>
      <description>&lt;P&gt;Contains both B and C&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;indexc(string,'b') and indexc(string,'c')&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But doesn't have something other than b and c.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;and not verify(string,'b c')&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Try it.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
  input string $10. ;
  ok = indexc(string,'b') and indexc(string,'c') and not verify(string,' bc') ;
  put (_all_) (=);
cards;
abccccccccccc
aaaaaaaaaaaa
bbbcccccccccc
aaaaacccccccc
bbbbbbbbbbbb
bbbbbbbaaaaa
cccccbbbbbbbc
abc
bbbcc
bc
.
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:23:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336310#M76224</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-02-27T19:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a SAS function that can help identify a string that contains all the valid character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336320#M76230</link>
      <description>&lt;P&gt;I'd have to think that&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31461"&gt;@mkeintz&lt;/a&gt;&amp;nbsp;meant:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data want (drop=bcode);
  set have;
  bcode=compress(code,'b');
  if bcode=' ' then delete;
  if compress(bcode,'c')=' ';
run;
&lt;/PRE&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:44:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336320#M76230</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-02-27T19:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a SAS function that can help identify a string that contains all the valid character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336325#M76232</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;so much for all the ideas, which really helped stimulate my thinking,&amp;nbsp;I built upon some of your ideas, and&amp;nbsp;arriived at the following codes for the task.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;data test;
  input Obs Code $20. ;
cards;
1 abccccccccccc
2 aaaaaaaaaaaa
3 bbbcccccccccc
4 aaaaacccccccc
5 bbbbbbbbbbbb
6 bbbbbbbbaaaaa
7 cccccbbbbbbbc
;
run;

data final;
set test;
if verify(strip(code),"b")&amp;gt;0 and
verify(strip(code),"c")&amp;gt;0 and
verify(strip(code),"bc")=0;
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once again, thanks so much for all your help on this task.&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 19:57:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336325#M76232</guid>
      <dc:creator>Dancer_on_data</dc:creator>
      <dc:date>2017-02-27T19:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a SAS function that can help identify a string that contains all the valid character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336332#M76234</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input Observation Code :$20.;
datalines;
1                  abccccccccccc
2                  aaaaaaaaaaaa
3                  bbbcccccccccc
4                  aaaaacccccccc
5                  bbbbbbbbbbbb
6                  bbbbbbbaaaaa
7                  cccccbbbbbbbc
;

data want;
check = "bc";
set have;
ok = verify(check, trim(code))=0 and verify(trim(code), check)=0;
run;

proc print; run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Feb 2017 20:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336332#M76234</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-02-27T20:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a SAS function that can help identify a string that contains all the valid character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336342#M76235</link>
      <description>I am reading all creative solutions admiringly.&lt;BR /&gt;Thanks a lot for all.</description>
      <pubDate>Mon, 27 Feb 2017 21:05:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336342#M76235</guid>
      <dc:creator>Yavuz</dc:creator>
      <dc:date>2017-02-27T21:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for a SAS function that can help identify a string that contains all the valid character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336358#M76239</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13711"&gt;@art297&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think @mkeintz meant that too.&amp;nbsp; Will edit.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 21:42:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Looking-for-a-SAS-function-that-can-help-identify-a-string-that/m-p/336358#M76239</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2017-02-27T21:42:32Z</dc:date>
    </item>
  </channel>
</rss>

