Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

General Discussions

Discuss any topics that are not product-specific here.
SOLVED

Regex Course that you would recomend?

Emil_Kos
17 - Castor
17 - Castor

Hi,

 

I wanted to be better in using regex tool. Do you know any udemy course/other online materials/book that you would recommend?

 

Thank you for all the suggestions. 

3 REPLIES 3
jdunkerley79
ACE Emeritus
ACE Emeritus

Hi @Emil_Kos,

 

I found HackerRank had a reasonable practical based introduction: https://www.hackerrank.com/domains/regex

 

Additionally tools like regexr.com are very good for testing things out

 

 

Emil_Kos
17 - Castor
17 - Castor

Hi @jdunkerley79,

 

Thank you for your help.

 

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?


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. 

 

Maybe there are other interesting resources that I should explore. 

jdunkerley79
ACE Emeritus
ACE Emeritus

Alteryx's Regex is based off the C++ Boost library (at least pre AMP - think still true for AMP)

https://www.boost.org/doc/libs/1_66_0/libs/regex/doc/html/index.html

 

It is a Perl compatible so if you do HackerRank in Perl mode will get same answers.

 

The difference between versions of RegEx wont stop you learning the main concepts anyway and will mostly not stop you writing expressions.

Labels