<?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 &amp;quot;Contains&amp;quot; function in Enterprise Guide in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147201#M11601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe my question is silly but I have spent several hours trying to solve my problem and it still doesn't work!:smileycry:&lt;/P&gt;&lt;P&gt;I have a list of domains and a list of numbers / numbers-letters combinations. If domain contains any of those numbers or numbers-letters combination, I have to exclude it from the table.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Forbidden combination: &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"hotnail";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thus, domains with typo such as e.g. hotnail.co.uk have to be excluded from the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use&lt;/P&gt;&lt;P&gt;t1.Domain NOT CONTAINS 'hotnail', then it not only excludes "hotnail" domains but also those which contain HOT in them, such as correct "hotmail" ones.&lt;/P&gt;&lt;P&gt;Which operator should I use in order to exclude only the exact phrase? CONTAINS work in a similar way with LIKE which is not suitable for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jan 2014 16:56:19 GMT</pubDate>
    <dc:creator>Dataminer</dc:creator>
    <dc:date>2014-01-20T16:56:19Z</dc:date>
    <item>
      <title>"Contains" function in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147201#M11601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe my question is silly but I have spent several hours trying to solve my problem and it still doesn't work!:smileycry:&lt;/P&gt;&lt;P&gt;I have a list of domains and a list of numbers / numbers-letters combinations. If domain contains any of those numbers or numbers-letters combination, I have to exclude it from the table.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Forbidden combination: &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"hotnail";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thus, domains with typo such as e.g. hotnail.co.uk have to be excluded from the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use&lt;/P&gt;&lt;P&gt;t1.Domain NOT CONTAINS 'hotnail', then it not only excludes "hotnail" domains but also those which contain HOT in them, such as correct "hotmail" ones.&lt;/P&gt;&lt;P&gt;Which operator should I use in order to exclude only the exact phrase? CONTAINS work in a similar way with LIKE which is not suitable for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 16:56:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147201#M11601</guid>
      <dc:creator>Dataminer</dc:creator>
      <dc:date>2014-01-20T16:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: "Contains" function is EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147202#M11602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;index or find functions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 17:28:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147202#M11602</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-01-20T17:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: "Contains" function is EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147203#M11603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CONTAINS operator searches for the string specified, so your expression (t1.Domain NOT CONTAINS 'hotnail') should not be excluding strings containing "hotmail" if it is looking for "hotnail".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can confirm this simply:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;data&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; test ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; var &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: teal; font-size: 10pt;"&gt;$7.&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;cards&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;hotmail&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;hotnail&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;hot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;hotmall&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;hotmaii&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: #ffffc0; color: black; font-size: 10pt;"&gt;hotness&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;sql&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;create&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; want &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;select&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; test&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; var &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;NOT&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; contains &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;'hotnail'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;quit&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 19:08:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147203#M11603</guid>
      <dc:creator>Fugue</dc:creator>
      <dc:date>2014-01-20T19:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: "Contains" function is EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147204#M11604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using explicit pass-through?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 19:09:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147204#M11604</guid>
      <dc:creator>Fugue</dc:creator>
      <dc:date>2014-01-20T19:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: "Contains" function is EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147205#M11605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fugue, what is "&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;explicit pass-through&lt;/SPAN&gt;"? I am not very experienced in SAS programming. The problem is that my code eliminates strings that are not specified in NOT CONTAINS expressions. I don't know how to solve this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jan 2014 17:44:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147205#M11605</guid>
      <dc:creator>Dataminer</dc:creator>
      <dc:date>2014-01-26T17:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: "Contains" function in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147206#M11606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect that you are making a logic error when trying filter for multiple excluded terms.&lt;/P&gt;&lt;P&gt;If you code (X NE 'Y') or (X NE 'Z') then nothing will be eliminate because for any value of X one of those two conditions is true.&lt;/P&gt;&lt;P&gt;You probably want to code something like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;NOT (t1.Domain&amp;nbsp; CONTAINS 'hotnail' or &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;t1.Domain&amp;nbsp; CONTAINS 'notmail' or .... )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jan 2014 21:21:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147206#M11606</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-01-26T21:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: "Contains" function in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147207#M11607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Thank you Tom, I have understood what is the problem. First of all I used AND instead of OR. Then corrected the code as you suggested. I have also found out why does the code eliminate strings that don't have to be eliminated. For example, I want to eliminate all emails which prefix is "it". Like &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:it@hotmail.com"&gt;it@hotmail.com&lt;/A&gt;&lt;SPAN&gt;. But if I state &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;NOT (t1.Prefix CONTAINS 'it' OR...), it will also eliminate 'white', because white has 'IT' in it.&lt;/SPAN&gt; How to handle this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 07:59:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147207#M11607</guid>
      <dc:creator>Dataminer</dc:creator>
      <dc:date>2014-01-27T07:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: "Contains" function in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147208#M11608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NOT (t1.Domain&amp;nbsp; CONTAINS 'hotnail' or &lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;t1.Domain&amp;nbsp; CONTAINS 'notmail' or substr(&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;t1.Domain,1,2) = 'it'&lt;/SPAN&gt; )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 18:50:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147208#M11608</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2014-01-27T18:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: "Contains" function is EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147209#M11609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason I asked about explicit pass-through is because the CONTAINS operator is SAS specific. It will not work in explicit pass-through.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 19:06:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147209#M11609</guid>
      <dc:creator>Fugue</dc:creator>
      <dc:date>2014-01-27T19:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: "Contains" function in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147210#M11610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you friends, it is now more clear for me how to combine different functions in the code. Thank you for the help! I don't close this topic for some time, maybe new questions will arise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 08:51:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147210#M11610</guid>
      <dc:creator>Dataminer</dc:creator>
      <dc:date>2014-01-28T08:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: "Contains" function in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147211#M11611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I want to eliminate all email prefixes that contain only numbers, is it somehow possible to write it in a code? For example, I have&lt;/P&gt;&lt;P&gt;Email &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:12345@hotmail.com"&gt;12345@hotmail.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:34958409@hotmail.com"&gt;34958409@hotmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I separate prefixes and get:&lt;/P&gt;&lt;P&gt;Prefix&lt;/P&gt;&lt;P&gt;12345&lt;/P&gt;&lt;P&gt;34958409&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to declare in a code that if t1:Prefix = numeric, then exclude? I cannot assign numeric type to the whole variable, because it can also contain nominal values and its type is character. t1.Prefix IN ('1', '2', '3', '4', '5', '6', '7', '8', '9') doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 08:22:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147211#M11611</guid>
      <dc:creator>Dataminer</dc:creator>
      <dc:date>2014-01-30T08:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: "Contains" function in Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147212#M11612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you taken a look at the regular expression functions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 18:39:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-Contains-quot-function-in-Enterprise-Guide/m-p/147212#M11612</guid>
      <dc:creator>Fugue</dc:creator>
      <dc:date>2014-01-30T18:39:20Z</dc:date>
    </item>
  </channel>
</rss>

