How to replace few keywords in a string with the help of Regex without using String replacement simple function.
Use Case Description
“Hello Mr/Ms/Mrs <first_name> <last_name>, we would like to invite you to our product launch event next week on <day_of_week>. Please confirm by the end of the current week.”
In this given text I want to replace <first_name> with “Arslan”, <last_name> with “Bhatti” and <day_of_week> with “Sunday”. How to solve this use case with the help of Regex. I don’t want to use the simple Replace function of string.
AS-IS WORKFLOW, TO-BE WORKFLOW
-
Other information about the use case
Industry categories for this use case: Other Sector
Skill level required: Intermediate
UiPath Products that were used: UiPath Studio
Other applications that were used: -
Other resources: -
What is the top ROI driver for this use case?: Accelerate growth and operational efficiency