How to replace wildcards with regular expressions

Hi All,

I want to replace the wildcard values please some one help me.

Replace the wildcard values

% is replaced with \s

  • is replaced with .*
    . is replaced with .

Thanks,
AIB Test.xlsx (11.4 KB) Hima

Hi @thima

May i know what actually you are trying to do ??

Can you provide the expected output for the same

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

Hi Pratik,

In above attached excel i have column “Response” in that i have value as grep root i want regular expression pattern for this

Thanks
Hima

Hi @thima

Is the below thing you are trying to do :-

image

Mark as solution and like it if this helps you :slight_smile:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

Hi pratik,

The commands are dynamic every time and regular expression pattern need to generate according to command in uipath

Hi @thima

You may have a look to the below mega post by @Steven_McKeering for the starter help :-

Might this help you to solve your issue

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

1 Like

Thanks Pratik