Hello Team,
How to write a regualr expression in Alteryx.
Is there any way to understand in a simple way.
Hi @rohit782192
Here are some resources which can help you get started.
https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Tool-Mastery-RegEx/ta-p/37689
Hope this helps : )
Regular expressions are: write once, read never
cheers,
mark
Hi @rohit782192
In addition to the links @atcodedog05 posted, I've found that practicing regex expressions is a good way to learn how to use them. You can use a sandbox to practice your expression on the string you want to parse.
Hope this helps (=
-George
Hi @rohit782192
In addition to @georgewillv post here is the sandbox which I commonly use.
Hope this helps =)
Hi @rohit782192,
There are some amazing resources above, but just thought I'd pile on my two favorite regex resources:
- regexone.com: fantastic for learning regex basics. Walks you through 70% of regex in an hour
- rubular.com: similar to a sandbox, lets you test your regex expressions in a Perl environment (close to the Alteryx one). It's a quick way to tell where your expression breaks.
I am not able to get as how we build expression.
Hi @rohit782192
Please make sure you cover these you should get a general idea.
https://community.alteryx.com/t5/Interactive-Lessons/Creating-Regular-Expressions/ta-p/441412
https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-RegEx/ta-p/37689
Hope this helps : )
@rohit782192 Hi Rohit,
I learned from here -
Creating Regular Expressions - Alteryx Community
Hope this help you to get started .
Thanks