How to use Matches activity to extract values using regex in UiPath Studio

0 votes

How can I use the Matches activity to execute a regex expression that will return the values found.

For example. The input string is something like "some text then (123) etc "
I want 3 values back: the part before the parenthesis, the value in the parens and the value after

Nov 6, 2019 in RPA by Apeksha
• 1,110 points
6,280 views

1 answer to this question.

0 votes

Hi Apkesha, try using following regex expression in the Matches activity:

^[^(]+|(?<=().+?(?=))|[^)]+$

I hope this would work.

answered Nov 7, 2019 by Abha
• 28,140 points

Related Questions In RPA

0 votes
0 answers

HOW to extract a column data and save it in the new sheet using UIPATH

Sep 12, 2019 in RPA by anonymous
• 120 points
2,099 views
0 votes
1 answer
0 votes
1 answer

How to make a text hyperlink in word using Uipath Studio?

Hi there, you can make a text ...READ MORE

answered Oct 24, 2019 in RPA by Abha
• 28,140 points
3,738 views
0 votes
1 answer

How to save only a specific file type using Save Attachment activity in UiPath?

Hey, the Filter property from Save Mail Attachment ...READ MORE

answered Nov 7, 2019 in RPA by Abha
• 28,140 points
5,691 views
0 votes
1 answer
0 votes
1 answer

Identify a Column in a database in UiPath Studio

There are two options to identify a ...READ MORE

answered Feb 12, 2019 in RPA by Sahiti
• 6,370 points
2,515 views
0 votes
1 answer

Which edition of UiPath is more suitable for individual use, Enterprise Platform or Community Edition? Why?

UiPath’s Community Edition (CE) is the version which is ...READ MORE

answered Mar 7, 2019 in RPA by Mishti
• 480 points
1,372 views
0 votes
1 answer

Write multiple line message using message box

@Rashmi Message Box activity in UiPath does ...READ MORE

answered Mar 4, 2019 in RPA by Abha
• 28,140 points
13,964 views
0 votes
1 answer

How to identify UI elements in tagged PDF documents using UiPath studio?

Hey @Smriti, if you have a tagged ...READ MORE

answered Mar 29, 2019 in RPA by Abha
• 28,140 points
1,689 views
–1 vote
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP