<?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: prxmatch - syntax in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/prxmatch-syntax/m-p/598910#M172794</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/293494"&gt;@Suzy_Cat&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;hi there, can anyone explain in details each component in below codes? I have tried google but no luck to find info that would help me to fully&amp;nbsp;understand the use of &lt;FONT size="3" face="Courier New"&gt;prxmatch:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="Courier New" color="#0000ff"&gt;if&lt;/FONT&gt;&lt;FONT size="3" face="Courier New"&gt; prxmatch(&lt;/FONT&gt;&lt;FONT size="3" face="Courier New" color="#800080"&gt;'m/^[A-z0-9]\.{4}/'&lt;/FONT&gt;&lt;FONT size="3" face="Courier New"&gt;, code) &lt;/FONT&gt;&lt;FONT size="3" face="Courier New" color="#0000ff"&gt;then&lt;/FONT&gt; &lt;FONT size="3" face="Courier New" color="#0000ff"&gt;do&lt;/FONT&gt;&lt;FONT size="3" face="Courier New"&gt;; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="Courier New"&gt;m : operation is matching (optional prefix, almost never used)&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="Courier New"&gt;/ : pattern delimiter, pattern continues until that character is met again&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="Courier New"&gt;\ : escapes the special meaning of the period character that follows&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="Courier New"&gt;&lt;FONT size="3" face="Courier New" color="#800080"&gt;. : when escaped, matches a period&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="Courier New"&gt;&lt;FONT size="3" face="Courier New" color="#800080"&gt;{4} : match the previous pattern (a period) exactly 4 times&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="Courier New"&gt;&lt;FONT size="3" face="Courier New" color="#800080"&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Oct 2019 03:46:06 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2019-10-24T03:46:06Z</dc:date>
    <item>
      <title>prxmatch - syntax</title>
      <link>https://communities.sas.com/t5/SAS-Programming/prxmatch-syntax/m-p/598908#M172792</link>
      <description>&lt;P&gt;hi there, can anyone explain in details each component in below codes? I have tried google but no luck to find info that would help me to fully&amp;nbsp;understand the use of &lt;FONT face="Courier New" size="3"&gt;prxmatch:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; prxmatch(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'m/^[A-z0-9]\.{4}/'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;, code) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;then&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;do&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;m&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;/&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;\&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;{4}&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 03:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/prxmatch-syntax/m-p/598908#M172792</guid>
      <dc:creator>Suzy_Cat</dc:creator>
      <dc:date>2019-10-24T03:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: prxmatch - syntax</title>
      <link>https://communities.sas.com/t5/SAS-Programming/prxmatch-syntax/m-p/598910#M172794</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/293494"&gt;@Suzy_Cat&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;hi there, can anyone explain in details each component in below codes? I have tried google but no luck to find info that would help me to fully&amp;nbsp;understand the use of &lt;FONT size="3" face="Courier New"&gt;prxmatch:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="Courier New" color="#0000ff"&gt;if&lt;/FONT&gt;&lt;FONT size="3" face="Courier New"&gt; prxmatch(&lt;/FONT&gt;&lt;FONT size="3" face="Courier New" color="#800080"&gt;'m/^[A-z0-9]\.{4}/'&lt;/FONT&gt;&lt;FONT size="3" face="Courier New"&gt;, code) &lt;/FONT&gt;&lt;FONT size="3" face="Courier New" color="#0000ff"&gt;then&lt;/FONT&gt; &lt;FONT size="3" face="Courier New" color="#0000ff"&gt;do&lt;/FONT&gt;&lt;FONT size="3" face="Courier New"&gt;; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="Courier New"&gt;m : operation is matching (optional prefix, almost never used)&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="Courier New"&gt;/ : pattern delimiter, pattern continues until that character is met again&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="Courier New"&gt;\ : escapes the special meaning of the period character that follows&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="Courier New"&gt;&lt;FONT size="3" face="Courier New" color="#800080"&gt;. : when escaped, matches a period&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="Courier New"&gt;&lt;FONT size="3" face="Courier New" color="#800080"&gt;{4} : match the previous pattern (a period) exactly 4 times&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="Courier New"&gt;&lt;FONT size="3" face="Courier New" color="#800080"&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 03:46:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/prxmatch-syntax/m-p/598910#M172794</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2019-10-24T03:46:06Z</dc:date>
    </item>
  </channel>
</rss>

