Regular expression for Regex tool
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Labels:
- Alteryx Practice
- Topic of Interest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
