UiPath Tutorial | Regex Expression in UiPath

Опубликовано: 16 Декабрь 2022
на канале: Reboot the work - UiPath
204
4

Regular expressions are combinations of special character operators, which are symbols that control the search, that you can use to construct search strings for advanced find and/or replace searches

Regex can be used to add, remove, isolate, and manipulate all kinds of text and data. It could be used as a simple text editor command, e.g., search and replace, or as its own powerful text-processing language

Regex Builder Link - https://regex101.com/
Notations:
[A-z] - Indicate Character
\d{Number} or \d+ = Indicate the Number
\S - Indicate the Space

Test Data:

Hi all,

Participant Information
Case ID: 1051562

Participant's Name/FSFN ID
Demo Helloqq 3, Kid One, 2007854

New Address Information
Address: 451 Eswaran Lane
Grand Rapids, TN 60052
Home #: (123) 414-6255

Date/Time Moved: 01/01/2021 08:00 AM
Date/Time Notified: 01/01/2021 08:00 AM

This email was sent from an unmonitored email account - Please DO NOT REPLY to this email. Instead, Contact the staff shown above

[Note: Below GitHub Link will you to access the Workflow file/Process Files which is shown in our session. If you are not sure how to download & use it then, Kindly check the "GitHub" Playlist ]
GitHub Link - https://github.com/Reboot-your-work/R...

Happy Learning !!