I need to find an reg ex pattern for in Ui Path Ismatch activity
-
- *************, ****************, **************
- ***********,
********, ****** - ABC*, XYZ
1, 2, 3 should be True & 4 should be False.
Can anyone help
I need to find an reg ex pattern for in Ui Path Ismatch activity
1, 2, 3 should be True & 4 should be False.
Can anyone help
^(\**,*\s*)*$
You need to put the regex in quotes.
Thanks Anthony .its beautifully work
could you please suggest me from where how to learn reg ex so that i can self made these things
Absolutely!
Here is a link where you can learn more:
And here’s another where you can test your regexes:
Hi Ankitg
If you want to learn Regex - check out my Regex MEGAPOST on this forum