<?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 Using prxmatch with multiple terms in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Using-prxmatch-with-multiple-terms/m-p/348262#M273395</link>
    <description>&lt;P&gt;I need to do a word search on a text field. &amp;nbsp;While I know how to search&amp;nbsp;for multiple words using the Prxmatch function, I am not sure how I can search words such as "fire suppression", "Young men", and etc, i.e., a simple phrase that has two words or more. &amp;nbsp;If I were to split the phrase into two separate&amp;nbsp;words, like "fire" and "suppression", then I will get many wrong matches due to the word "fire". &amp;nbsp;The same is true for the words "Young" or "men". &amp;nbsp;Is there a way to combine these words and use it in the Prxmatch function?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Apr 2017 19:12:51 GMT</pubDate>
    <dc:creator>docctong</dc:creator>
    <dc:date>2017-04-07T19:12:51Z</dc:date>
    <item>
      <title>Using prxmatch with multiple terms</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-prxmatch-with-multiple-terms/m-p/348262#M273395</link>
      <description>&lt;P&gt;I need to do a word search on a text field. &amp;nbsp;While I know how to search&amp;nbsp;for multiple words using the Prxmatch function, I am not sure how I can search words such as "fire suppression", "Young men", and etc, i.e., a simple phrase that has two words or more. &amp;nbsp;If I were to split the phrase into two separate&amp;nbsp;words, like "fire" and "suppression", then I will get many wrong matches due to the word "fire". &amp;nbsp;The same is true for the words "Young" or "men". &amp;nbsp;Is there a way to combine these words and use it in the Prxmatch function?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 19:12:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-prxmatch-with-multiple-terms/m-p/348262#M273395</guid>
      <dc:creator>docctong</dc:creator>
      <dc:date>2017-04-07T19:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Prematch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-prxmatch-with-multiple-terms/m-p/348270#M273396</link>
      <description>&lt;P&gt;A nice example can be found at:&amp;nbsp;&lt;A href="https://support.google.com/a/answer/1371417?hl=en#Match-Word-or-Phrase-in-a-List" target="_blank"&gt;https://support.google.com/a/answer/1371417?hl=en#Match-Word-or-Phrase-in-a-List&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 19:11:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-prxmatch-with-multiple-terms/m-p/348270#M273396</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-04-07T19:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Using prxmatch with multiple terms</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-prxmatch-with-multiple-terms/m-p/348477#M273397</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/118529"&gt;@docctong&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;With RegEx you're not really searching for words but for strings/text patterns. A blank between two words is nothing else than another character so simply search for such strings, i.e. '/fire suppression|young men/i'&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 04:29:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-prxmatch-with-multiple-terms/m-p/348477#M273397</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-04-09T04:29:07Z</dc:date>
    </item>
  </channel>
</rss>

