<?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: About PRXMATCH in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/About-PRXMATCH/m-p/677671#M204437</link>
    <description>&lt;P&gt;PRXMATCH returns the beginning position of a substring that matches your &lt;EM&gt;regular expression&lt;/EM&gt;. [2-9] for example matches any digit between 2 and 9, \d matches any digit, a dash matches a dash. Parentheses are used to delimit sub matches that can be extracted with the function PRXPOSN, once a match is found with PRXMATCH.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Search the web - there are plenty of tutorials about regular expressions and their use.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2020 01:34:20 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2020-08-19T01:34:20Z</dc:date>
    <item>
      <title>About PRXMATCH</title>
      <link>https://communities.sas.com/t5/SAS-Programming/About-PRXMATCH/m-p/677636#M204434</link>
      <description>&lt;P&gt;I am currently taking advanced programming course in SAS. When I did the demo problem(course 3, demo-p302d04), I am confused about the comprehension about the PRXMATCH function. I know the prxmatch is to search the first position of the character. But I cannot make sense the output table responding to the code created. Can you please help me to learn how to comprehend the result following? Thanks so much!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jianan_luna_0-1597782687399.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48396iED25F73E2801F265/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jianan_luna_0-1597782687399.png" alt="Jianan_luna_0-1597782687399.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; Loc=prxmatch('/([2-9]\d\d)-([2-9]\d\d)-(\d{4})/',Phone);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 20:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/About-PRXMATCH/m-p/677636#M204434</guid>
      <dc:creator>Jianan_luna</dc:creator>
      <dc:date>2020-08-18T20:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: About PRXMATCH</title>
      <link>https://communities.sas.com/t5/SAS-Programming/About-PRXMATCH/m-p/677671#M204437</link>
      <description>&lt;P&gt;PRXMATCH returns the beginning position of a substring that matches your &lt;EM&gt;regular expression&lt;/EM&gt;. [2-9] for example matches any digit between 2 and 9, \d matches any digit, a dash matches a dash. Parentheses are used to delimit sub matches that can be extracted with the function PRXPOSN, once a match is found with PRXMATCH.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Search the web - there are plenty of tutorials about regular expressions and their use.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2020 01:34:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/About-PRXMATCH/m-p/677671#M204437</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2020-08-19T01:34:20Z</dc:date>
    </item>
  </channel>
</rss>

