Why can't the RegEx be used in UiPath?

I have to check whether (e.g. ABC20 (1)) is matched by using the RegEx.
I have tried testing it on the different RegEx testers and generators.
I have used “[\w]*[\s]+[(]\d{1}[)]”.

Can anybody please tell me why doesn’t it work?

For using RegEx in uipath, you can use something like attached workflow.
It worked for me.

demoRegex.xaml (10.5 KB)

1 Like

Thank you!

1 Like

@Celeste_Ong We can use Regex in uipath.For your scenario use regex like This

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.