<?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 Index function in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Index-function/m-p/75646#M16303</link>
    <description>if index(name,'Novo Distribution')&lt;BR /&gt;
&lt;BR /&gt;
Can we make the search not case sensitive?&lt;BR /&gt;
Like if the argument-2 here 'Novo Distribution' can be in any case.</description>
    <pubDate>Wed, 14 Oct 2009 14:06:29 GMT</pubDate>
    <dc:creator>SASPhile</dc:creator>
    <dc:date>2009-10-14T14:06:29Z</dc:date>
    <item>
      <title>Index function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Index-function/m-p/75646#M16303</link>
      <description>if index(name,'Novo Distribution')&lt;BR /&gt;
&lt;BR /&gt;
Can we make the search not case sensitive?&lt;BR /&gt;
Like if the argument-2 here 'Novo Distribution' can be in any case.</description>
      <pubDate>Wed, 14 Oct 2009 14:06:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Index-function/m-p/75646#M16303</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2009-10-14T14:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Index function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Index-function/m-p/75647#M16304</link>
      <description>if index(upcase(name),upcase('Novo Distribution'))&lt;BR /&gt;
&lt;BR /&gt;
will do that.</description>
      <pubDate>Wed, 14 Oct 2009 14:49:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Index-function/m-p/75647#M16304</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-10-14T14:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Index function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Index-function/m-p/75648#M16305</link>
      <description>Also, consider the FIND function which is case-blind by default.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 14 Oct 2009 22:05:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Index-function/m-p/75648#M16305</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-10-14T22:05:39Z</dc:date>
    </item>
  </channel>
</rss>

