For challenge 308, I saw your solution and noticed you have used advanced Regular expression in the RegEx tool.
Could you please share the best way to get expertise in writing the Regular expression.
Any tips and tricks if you have/follow.
Thanks in advance
@ShankerV when you use the regex tool, there is a 'cheat sheet' you can access by clicking the + sign by the expression section.
This is a good place to get started. But you can also use sites like https://regex101.com/ or even on Alteryx there are resources https://help.alteryx.com/20221/designer/regex-tool
Hi @ShankerV
Basically, Alteryx adopts Perl's regular expression syntax. So, you can use the general regular expression tool.
And also you can use these resources.
Introduction to Regular Expressions
https://community.alteryx.com/t5/Technical-Resources/Introduction-to-Regular-Expressions/ta-p/56710
How to Get Started with Regular Expressions