<?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: Regex Course that you would recomend? in General Discussions</title>
    <link>https://community.alteryx.com/t5/General-Discussions/Regex-Course-that-you-would-recomend/m-p/629260#M2684</link>
    <description>&lt;P&gt;Alteryx's Regex is based off the C++ Boost library (at least pre AMP - think still true for AMP)&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.boost.org/doc/libs/1_66_0/libs/regex/doc/html/index.html" target="_blank"&gt;https://www.boost.org/doc/libs/1_66_0/libs/regex/doc/html/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is a Perl compatible so if you do HackerRank in Perl mode will get same answers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The difference between versions of RegEx wont stop you learning the main concepts anyway and will mostly not stop you writing expressions.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Sep 2020 10:26:34 GMT</pubDate>
    <dc:creator>jdunkerley79</dc:creator>
    <dc:date>2020-09-04T10:26:34Z</dc:date>
    <item>
      <title>Regex Course that you would recomend?</title>
      <link>https://community.alteryx.com/t5/General-Discussions/Regex-Course-that-you-would-recomend/m-p/629240#M2681</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wanted to be better in using regex tool. Do you know any udemy course/other online materials/book that you would recommend?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for all the suggestions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 08:19:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/General-Discussions/Regex-Course-that-you-would-recomend/m-p/629240#M2681</guid>
      <dc:creator>Emil_Kos</dc:creator>
      <dc:date>2020-09-04T08:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Course that you would recomend?</title>
      <link>https://community.alteryx.com/t5/General-Discussions/Regex-Course-that-you-would-recomend/m-p/629241#M2682</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/62479"&gt;@Emil_Kos&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found HackerRank had a reasonable practical based introduction:&amp;nbsp;&lt;A href="https://www.hackerrank.com/domains/regex" target="_blank"&gt;https://www.hackerrank.com/domains/regex&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally tools like regexr.com are very good for testing things out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 08:26:17 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/General-Discussions/Regex-Course-that-you-would-recomend/m-p/629241#M2682</guid>
      <dc:creator>jdunkerley79</dc:creator>
      <dc:date>2020-09-04T08:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Course that you would recomend?</title>
      <link>https://community.alteryx.com/t5/General-Discussions/Regex-Course-that-you-would-recomend/m-p/629257#M2683</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3554"&gt;@jdunkerley79&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From my understanding regex can have small differences between programming languages. Do you know if the one on HackerRank have the same structure as the one in Alteryx?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I will definitely check the Hacker rank I used it for the SQL in the past and those challenges has been really awesome. I will mark your accept as a solution later but I want to hear other feedback.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe there are other interesting resources that I should explore.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 10:04:47 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/General-Discussions/Regex-Course-that-you-would-recomend/m-p/629257#M2683</guid>
      <dc:creator>Emil_Kos</dc:creator>
      <dc:date>2020-09-04T10:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Course that you would recomend?</title>
      <link>https://community.alteryx.com/t5/General-Discussions/Regex-Course-that-you-would-recomend/m-p/629260#M2684</link>
      <description>&lt;P&gt;Alteryx's Regex is based off the C++ Boost library (at least pre AMP - think still true for AMP)&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.boost.org/doc/libs/1_66_0/libs/regex/doc/html/index.html" target="_blank"&gt;https://www.boost.org/doc/libs/1_66_0/libs/regex/doc/html/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is a Perl compatible so if you do HackerRank in Perl mode will get same answers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The difference between versions of RegEx wont stop you learning the main concepts anyway and will mostly not stop you writing expressions.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 10:26:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/General-Discussions/Regex-Course-that-you-would-recomend/m-p/629260#M2684</guid>
      <dc:creator>jdunkerley79</dc:creator>
      <dc:date>2020-09-04T10:26:34Z</dc:date>
    </item>
  </channel>
</rss>

