Is there any good regex training or learning material that anyone can refer me to? I am trying to learn this tool but I am not getting it. I have no clue how to use tokenize expressions.
Solved! Go to Solution.
Hi @rrahu07
Take a look at this post: https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/20-Token-RegEx-Expressions-For-The-...
https://regexone.com/ Is a good basic tutorial to go through.
https://regex101.com/ and https://regexr.com/ are good for testing RegEx Code (smoother than doing it in Alteryx).
Also, I would look out for RegEx recourses that are not necacarrly related to Alteryx, as this isn't specific to the tool.
Thanks @FrederikE @Luke_C