Regular Expression RegEx - Chapter 4 (Look Behind and Look Ahead)

preview_player
Показать описание
🔥 Subscribe for uipath tutorial videos

: Learn Look Behind and Look Ahead Syntax in Regular Expression and implement practically.

#uipath #rpa #uipathexpohub #roboticprocessautomation #automation *****

Dear Learners, I need your support too!
Please Subscribe to my channel and show your kind support!

Link to UiPath Beginners Playlist:

Link to UiPath Excel and DataTable Playlist:

Link to UiPath Key Technique Playlist:

Link to UiPath Email Automation Playlist:

Link to UiPath PDF Automation Playlist:

Link to UiPath ReFramework Playlist:

Link to UiPath Classic and Modern Excel Activities Playlist:

Link to UiPath Regular Expression Playlist:

Link to UiPath Orchestrator Playlist:

Link to Advance UiPath Orchestrator Playlist:

Link to UiPath VB dot Net PlayList:

Link to UiPath Use Case Playlist:

Link to UiPath Selectors Playlist:

Link to UiPath Enhanced Selectors Playlist:

Link to UiPath Computer Vision Playlist:

Link to UiPath Interview Series Playlist:

Link to UiPath Document Undestanding Playlist:

Link to UiPath Action Center Playlist:

Link to UiPath Error and Fix Playlist:

Link to UiPath Activities Playlist:

Link to UiPath Certification Playlist:

Link to UiPath Background Automation Playlist:

Link to UiPath Logs Playlist:

Link to UiPath GitHub Integration Playlist:

Link to UiPath API Integration Playlist:

Link to Python Playlist:
Рекомендации по теме
Комментарии
Автор

You don't need the | (or) symbol in a character set. You can just use [vV]alue because it only matches one character in the [ ].

RH-nkeo
Автор

Thank you very much. I was looking for such a great example and excellent explanation on how to use this.

DarkKnghtZ
Автор

Thanks sir, i've solved my problem

secondline
Автор

Thanks helpful video, and compliments on your English speaking!

shaunhunterit
Автор

Another great session thanks for tutorials.👍 keep going

saahilshaikh
Автор

The next video that comes up is of Anders. I don't want that. but an overall nice explanation.

danishwaseem
Автор

I am following your channel..all ur videos much helpful for me to learn uipath and much useful.. thanks a lot..

sakthivelcslm
Автор

Correction:. You can use (v|V) or [vV]. This [v|V] means v or | or V.

lakromani
Автор

This really helpful, i really enjoy how you teach, you are not just following the step like a guide tutorial, You also clarify each element and each step why we following it, I would like to ask something, If am using the Look behind expression, and i wont to get the number after it but not everything after how this expression (/(?<= The [v|V]alue is).*/gm) will look like ?

dr.mohammedmohammed
Автор

Your video are awesome and helpful. Please create more play list for more benefits

Yeshvanthkannan
Автор

Thanks. How do you use it though? Search? Findall? Which method is best?

tagifts
Автор

we can give directly /Rs6545/gm what is the use in that (?<= the value is).\w(2)\d(0, ) can you please tell

itsmechethan
Автор

When we run the same in Uipath it shows empty output.
Reading the text file.
Using Matches activity writing the regex exp
Using for each loop to display

surajkamath
Автор

Hi How do we extract something like this ex Name : dummyname
here when i use your approach colon also comes.. i just want dummyname as the ouput how to get rid of colon as well, and colon will be present sometimes and absent sometimes so it should be optional like [:]?

spurthishetty
Автор

Could you explain how to use JavaCC, please?
It's very difficult to use.

raulalvarezespinoza
Автор

Hi how do I read something which ends with question mark

For example what is your hobby? Playing soccer. XXX
Here I’m trying to fetch soccer, starting text is what is your hobby ? And ending text is XXX. Im not getting expected output as it returns soccer with question mark in front.

Could you give expression for this

kavinnatarajan
Автор

Why didn't you just use the case insensitive modifier?

dockeryz
Автор

Hai rakesh, I have one doubt
In my excel sheet i have negative and postive numbers I need to convert postive to negative and negative to positive how can achieve this
Please help me

sivasankar
Автор

Hi, can you post one video.. like how to create pivot table and how to copy and paste in outlook body..and send email

sakthivelcslm