Cannot pick a string from the output of regex

i need to pic “Yes” from the sentence "Do you want RPA to create a new LOC Matter?: Yes "


Mary https://littles.sharepoint.com/_layouts/15/ClickRedirect.aspx?Tag=immediate_GenericList_Item&Target=https%3A%2F%2Flittles.sharepoint.com%2FLists%2FInitial%20Interview%20Checklist%20Request%20MVA%2FDispForm.aspx%3FID%3D829 has been changed

Zachary Little
23/08/2017 7:18 PM
Do you want RPA to create a new LOC Matter?: Yes
Jurisdiction: Argentibs
Claim Type: MVA
From: John Lee
To: Alexander Tamayo
Salutation: Ms
Given Names: Mary
Surname: Jane


Hi @dennis,

There are basically two ways of achieving this result:

Subtring method
Main.xaml (6.0 KB)

Matches activity - Regex
Main.zip (2.0 KB)

I commonly use this website to test my Regex Patterns.

1 Like