<?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: Finding 4 words in a free form comment in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Finding-4-words-in-a-free-form-comment/m-p/507379#M136180</link>
    <description>&lt;P&gt;INDEX is faster.&lt;/P&gt;
&lt;P&gt;PRXMATCH is more flexible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;POS=prxmatch('/(TEXT?4|TEXT7|TEXT9)/',STRING);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 25 Oct 2018 02:19:53 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2018-10-25T02:19:53Z</dc:date>
    <item>
      <title>Finding 4 words in a free form comment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-4-words-in-a-free-form-comment/m-p/507369#M136170</link>
      <description>I tried using prxmatch would it be easier to use index? I am looking for word text4, text 7, and text9.&lt;BR /&gt;Sometimes they are misspell for example tex4&lt;BR /&gt;The index works if its one and spelled correctly&lt;BR /&gt;Data test;&lt;BR /&gt;Set test;&lt;BR /&gt;Text_position( varaible,"text4");&lt;BR /&gt;Run;&lt;BR /&gt;This works great i need to add the additional text7 and text9</description>
      <pubDate>Thu, 25 Oct 2018 01:04:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-4-words-in-a-free-form-comment/m-p/507369#M136170</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2018-10-25T01:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Finding 4 words in a free form comment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-4-words-in-a-free-form-comment/m-p/507379#M136180</link>
      <description>&lt;P&gt;INDEX is faster.&lt;/P&gt;
&lt;P&gt;PRXMATCH is more flexible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;POS=prxmatch('/(TEXT?4|TEXT7|TEXT9)/',STRING);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 Oct 2018 02:19:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-4-words-in-a-free-form-comment/m-p/507379#M136180</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-10-25T02:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Finding 4 words in a free form comment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-4-words-in-a-free-form-comment/m-p/507386#M136186</link>
      <description>Fuzzy matching words is hard. You’ll also make mistakes, so decide if it’s worth the effort first.</description>
      <pubDate>Thu, 25 Oct 2018 03:02:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-4-words-in-a-free-form-comment/m-p/507386#M136186</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-25T03:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Finding 4 words in a free form comment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-4-words-in-a-free-form-comment/m-p/507400#M136196</link>
      <description>The output is 0 even though the words is there. What is ? In text4</description>
      <pubDate>Thu, 25 Oct 2018 04:34:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-4-words-in-a-free-form-comment/m-p/507400#M136196</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2018-10-25T04:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Finding 4 words in a free form comment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-4-words-in-a-free-form-comment/m-p/507415#M136207</link>
      <description>&lt;P&gt;&lt;EM&gt;The output is 0 even though the words is there. What is ? In text4&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make the search case insensitive?&lt;/P&gt;
&lt;P&gt;Add &lt;FONT face="courier new,courier"&gt;i&lt;/FONT&gt; after the second slash in the regular expression.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 07:31:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-4-words-in-a-free-form-comment/m-p/507415#M136207</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-10-25T07:31:24Z</dc:date>
    </item>
  </channel>
</rss>

