Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
UiPath Associate Certification Guide

You're reading from   UiPath Associate Certification Guide The go-to guide to passing the Associate certification exam with the help of mock tests and quizzes

Arrow left icon
Product type Paperback
Published in Jun 2022
Publisher Packt
ISBN-13 9781801072731
Length 558 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (3):
Arrow left icon
Niyaz Ahmed Niyaz Ahmed
Author Profile Icon Niyaz Ahmed
Niyaz Ahmed
Lahiru Fernando Lahiru Fernando
Author Profile Icon Lahiru Fernando
Lahiru Fernando
Rajaneesh Balakrishnan Rajaneesh Balakrishnan
Author Profile Icon Rajaneesh Balakrishnan
Rajaneesh Balakrishnan
Arrow right icon
View More author details
Toc

Table of Contents (24) Chapters Close

Preface 1. Part 1: Importance of RPA
2. Chapter 1: The Automation Journey and Identifying Suitable Business Processes FREE CHAPTER 3. Chapter 2: UiPath Ecosystem 4. Chapter 3: Introducing UiPath Orchestrator 5. Chapter 4: Create, Deploy, and Execute RPA Process on the UiPath Ecosystem 6. Part 2: UiPath Studio
7. Chapter 5: Learning about Variables and Arguments 8. Chapter 6: Understanding Different Control Flows 9. Chapter 7: Manipulating Data Using UiPath 10. Chapter 8: Exploring UiPath Selectors 11. Chapter 9: Learning the Uses of Data Tables and Exploring Excel Automation 12. Chapter 10: Exploring User Interfaces and User/Robot Interactions 13. Chapter 11: Automating PDF Data Extraction 14. Chapter 12: Exploring UiPath Email Automation 15. Part 3: Use Case and Exam Preparation
16. Chapter 13: Debugging 17. Chapter 14: Invoice Processing – Dispatcher 18. Chapter 15: Invoice Processing – Performer 19. Chapter 16: How to Prepare and What to Expect 20. Chapter 17: Mock Exam 1
21. Chapter 18: Mock Exam 2
22. Other Books You May Enjoy Appendix

Understanding pattern-based data extraction with regexes

We discussed extracting, converting, and performing several other manipulations on different data types during this chapter. Up to now, we discussed pretty straightforward situations where you had the exact value you need to manipulate. However, there are scenarios where you need to extract specific values based on a pattern from larger datasets, such as text paragraphs. We need to use unique functionalities such as regexes to extract only the value we need in such scenarios.

The importance of regexes is that it enables the user to match, locate, and extract values based on a specific pattern. For example, if you have a text paragraph that contains account numbers and email addresses, you can use regexes to extract only email addresses from the input string.

However, building regexes can be challenging. UiPath provides a regex builder to simplify the complexities around these expressions. Regexes are commonly used to...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image