<?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 Need help in finding PRX documentation? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Need-help-in-finding-PRX-documentation/m-p/463918#M285049</link>
    <description>&lt;P&gt;I would like to learn PRX group of functions thoroughly&amp;nbsp;and am in need of pointers to certain&amp;nbsp;documentation with examples that starts and explains from the very basic to advanced regular expressions in sas. I have read the SAS documentation however I am unable to comprehend the concept to my satisfaction. Can somebody share plz?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much in advance,&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
    <pubDate>Mon, 21 May 2018 22:21:00 GMT</pubDate>
    <dc:creator>MarkWik</dc:creator>
    <dc:date>2018-05-21T22:21:00Z</dc:date>
    <item>
      <title>Need help in finding PRX documentation?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-in-finding-PRX-documentation/m-p/463918#M285049</link>
      <description>&lt;P&gt;I would like to learn PRX group of functions thoroughly&amp;nbsp;and am in need of pointers to certain&amp;nbsp;documentation with examples that starts and explains from the very basic to advanced regular expressions in sas. I have read the SAS documentation however I am unable to comprehend the concept to my satisfaction. Can somebody share plz?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much in advance,&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 22:21:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-in-finding-PRX-documentation/m-p/463918#M285049</guid>
      <dc:creator>MarkWik</dc:creator>
      <dc:date>2018-05-21T22:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in finding PRX documentation?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-in-finding-PRX-documentation/m-p/463934#M285050</link>
      <description>&lt;P&gt;Regular expressions are not a SAS concept, it originates with Perl and can be used in a ton of places, I think there’s even Excel adding or default options that use it now.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The cheat sheet is a good day to day reference&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/base/datastep/perl_regexp/regexp-tip-sheet.pdf" target="_blank"&gt;https://support.sas.com/rnd/base/datastep/perl_regexp/regexp-tip-sheet.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe this site will help&lt;/P&gt;
&lt;P&gt;&lt;A href="https://regexr.com" target="_blank"&gt;https://regexr.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 23:53:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-in-finding-PRX-documentation/m-p/463934#M285050</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-05-21T23:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in finding PRX documentation?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-in-finding-PRX-documentation/m-p/463935#M285051</link>
      <description>&lt;P&gt;And for SAS specifics, check out this paper by David Cassell: &lt;A href="http://www2.sas.com/proceedings/forum2007/223-2007.pdf" target="_self"&gt;The Basics of the PRX functions&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 23:55:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-in-finding-PRX-documentation/m-p/463935#M285051</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-05-21T23:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in finding PRX documentation?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-in-finding-PRX-documentation/m-p/464187#M285052</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/34445"&gt;@MarkWik&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In 2015 I was in a very similar situation. Eventually, I bought the e-book version of "&lt;A href="https://www.sas.com/store/de_de/books/categories/usage-and-reference/introduction-to-regular-expressions-in-sas-/prodBK_67098_en.html" target="_blank"&gt;Introduction to Regular Expressions in SAS®&lt;/A&gt;" by Matthew Windham and read the first three of its four chapters. I was a bit surprised that it doesn't cover &lt;EM&gt;all&lt;/EM&gt; available metacharacters. Still, this book helped me familiarize myself with the more common ones as well as with the PRX functions and CALL routines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I use regular expressions so rarely in my programs (more often in the Replace dialog box of the Enhanced Editor) that I usually need to look up the precise syntax again.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 20:32:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-in-finding-PRX-documentation/m-p/464187#M285052</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2018-05-22T20:32:06Z</dc:date>
    </item>
  </channel>
</rss>

