<?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: How to use prxmatch in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-prxmatch/m-p/507269#M136138</link>
    <description>&lt;P&gt;What is it you want to do when you found those words in the string?&lt;/P&gt;
&lt;P&gt;Since you are using an IF conditions only the records that contains those words are returned. SAS won't do anything that you haven't told to do so.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Oct 2018 18:25:52 GMT</pubDate>
    <dc:creator>SuryaKiran</dc:creator>
    <dc:date>2018-10-24T18:25:52Z</dc:date>
    <item>
      <title>How to use prxmatch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-prxmatch/m-p/507268#M136137</link>
      <description>Im needing help to find 3 words in a text&lt;BR /&gt;Here is what i have&lt;BR /&gt;Data test;&lt;BR /&gt;Set test;&lt;BR /&gt;If prxmatch('m/brake|brakepads| pads /oi',textbox,&amp;gt;0;&lt;BR /&gt;Run;&lt;BR /&gt;When i run it the data gets removed</description>
      <pubDate>Wed, 24 Oct 2018 18:20:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-prxmatch/m-p/507268#M136137</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2018-10-24T18:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use prxmatch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-prxmatch/m-p/507269#M136138</link>
      <description>&lt;P&gt;What is it you want to do when you found those words in the string?&lt;/P&gt;
&lt;P&gt;Since you are using an IF conditions only the records that contains those words are returned. SAS won't do anything that you haven't told to do so.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 18:25:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-prxmatch/m-p/507269#M136138</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-10-24T18:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use prxmatch</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-prxmatch/m-p/507293#M136142</link>
      <description>&lt;P&gt;Start with fixing the syntax. You&amp;nbsp;didn't close the parenthesis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In regular expressions, always put substrings alternatives &lt;STRONG&gt;after&lt;/STRONG&gt; the full string&amp;nbsp;"m/brakepads|brake pads|pads|brake/io", that way you will match the full expression before any of its components.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/117620"&gt;@Gil_&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Im needing help to find 3 words in a text&lt;BR /&gt;Here is what i have&lt;BR /&gt;Data test;&lt;BR /&gt;Set test;&lt;BR /&gt;If prxmatch('m/brake|brakepads| pads /oi',textbox,&amp;gt;0;&lt;BR /&gt;Run;&lt;BR /&gt;When i run it the data gets removed&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 19:13:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-prxmatch/m-p/507293#M136142</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-10-24T19:13:48Z</dc:date>
    </item>
  </channel>
</rss>

