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?
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)
Thank you!
@Celeste_Ong We can use Regex in uipath.For your scenario use regex like This
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.