<?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 Perl prxmatch difference between space and word boundary \b in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Perl-prxmatch-difference-between-space-and-word-boundary-b/m-p/378952#M276848</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone explain if/what is the difference in perl,using function&amp;nbsp;&amp;nbsp;prxmatch, between space and word boundary \b?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example adding a space (after POBOX):&lt;/P&gt;&lt;P&gt;if prxmatch ("m/POBOX /oi",BILL_ADDR_LINE1)&amp;gt; 0&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example adding&amp;nbsp;&lt;SPAN&gt;word boundary \b :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if prxmatch ("m/POBOX\b/oi",BILL_ADDR_LINE1)&amp;gt; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2017 12:44:57 GMT</pubDate>
    <dc:creator>brulard</dc:creator>
    <dc:date>2017-07-25T12:44:57Z</dc:date>
    <item>
      <title>Perl prxmatch difference between space and word boundary \b</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Perl-prxmatch-difference-between-space-and-word-boundary-b/m-p/378952#M276848</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone explain if/what is the difference in perl,using function&amp;nbsp;&amp;nbsp;prxmatch, between space and word boundary \b?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example adding a space (after POBOX):&lt;/P&gt;&lt;P&gt;if prxmatch ("m/POBOX /oi",BILL_ADDR_LINE1)&amp;gt; 0&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example adding&amp;nbsp;&lt;SPAN&gt;word boundary \b :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if prxmatch ("m/POBOX\b/oi",BILL_ADDR_LINE1)&amp;gt; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:44:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Perl-prxmatch-difference-between-space-and-word-boundary-b/m-p/378952#M276848</guid>
      <dc:creator>brulard</dc:creator>
      <dc:date>2017-07-25T12:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Perl prxmatch difference between space and word boundary \b</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Perl-prxmatch-difference-between-space-and-word-boundary-b/m-p/378960#M276849</link>
      <description>&lt;P&gt;The first one only match "POBOX ".&lt;/P&gt;
&lt;P&gt;But the second one will match "POBOX " or "POBOX," or "POBOX."&amp;nbsp; .................&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 12:56:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Perl-prxmatch-difference-between-space-and-word-boundary-b/m-p/378960#M276849</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-07-25T12:56:03Z</dc:date>
    </item>
  </channel>
</rss>

