In Depth Understanding of Regular Expression in Few Minutes|Chapter 2| Uipath | ExpoHub

  Рет қаралды 24,524

Automate with Rakesh

Automate with Rakesh

Күн бұрын

🔥 Subscribe for uipath tutorial videos
: Learn Regular Expression Flags, Special Characters and Quantifiers in depth understanding with Uipath ExpoHub.
Agenda:
1. Regular Expression Flags
2. Special Characters
3. Quantifiers
With Live Examples.
Learn \w , \w{4,6}, abc*, abc?, abc+, (a|A)
#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:
• UiPath Tutorial | Uipa...
Link to UiPath Excel and DataTable Playlist:
• UiPath Tutorial | Buil...
Link to UiPath Key Technique Playlist:
• Move File Uipath | Uip...
Link to UiPath Email Automation Playlist:
• UiPath Tutorial | Uipa...
Link to UiPath PDF Automation Playlist:
• UiPath Tutorial | Uipa...
Link to UiPath ReFramework Playlist:
• UiPath Tutorial | Uipa...
Link to UiPath Classic and Modern Excel Activities Playlist:
• UiPath Tutorial | UiPa...
Link to UiPath Regular Expression Playlist:
• Uipath Regex
Link to UiPath Orchestrator Playlist:
• Uipath Orchestrator Ho...
Link to Advance UiPath Orchestrator Playlist:
• How to Use Storage Buc...
Link to UiPath VB dot Net PlayList:
• UiPath VB.Net Complete...
Link to UiPath Use Case Playlist:
• UiPath Birthday Remind...
Link to UiPath Selectors Playlist:
• UiPath Introduction to...
Link to UiPath Enhanced Selectors Playlist:
• UIPath Enhanced Select...
Link to UiPath Computer Vision Playlist:
• Learn UiPath Computer ...
Link to UiPath Interview Series Playlist:
• UiPath Interview Quest...
Link to UiPath Document Undestanding Playlist:
• UiPath Document Unders...
Link to UiPath Action Center Playlist:
• UiPath Action Center i...
Link to UiPath Error and Fix Playlist:
• UiPath Error Message#1...
Link to UiPath Activities Playlist:
• Parallel For Each in U...
Link to UiPath Certification Playlist:
• UiPath DataTable Selec...
Link to UiPath Background Automation Playlist:
• Background Process Aut...
Link to UiPath Logs Playlist:
• UiPath Logs | UiPath L...
Link to UiPath GitHub Integration Playlist:
• How to Create a GitHub...
Link to UiPath API Integration Playlist:
• API | API in UiPath |...
Link to Python Playlist:
• How to Create a GitHub...

Пікірлер: 41
@mohit2049
@mohit2049 3 жыл бұрын
great videos very helpful
@muralimohan7005
@muralimohan7005 2 жыл бұрын
Rakesh the way you are explaining is very easy to understand to anyone.Great work. Keep going thanks.
@rukminiharan6046
@rukminiharan6046 3 ай бұрын
Very helpful video. The presentation is the right pace to follow.
@rijulgupta1597
@rijulgupta1597 3 жыл бұрын
Very easy for beginners. Nicely explained. Deserve more views for sure for the quality content.
@sudharani7289
@sudharani7289 6 ай бұрын
Hi Rakesh garu.. all your vedios are very informative and is bridging the gap on the knowledge we have on uipath. thank you for sharing your knowledge..Also i have a question. while creating a queue, we have the schema deifinations and SLA predictions options. Can you pleas explain their significance and usage please?
@yuvrajjadhav1506
@yuvrajjadhav1506 Жыл бұрын
Rakesh you are great
@AutomatewithRakesh
@AutomatewithRakesh Жыл бұрын
Thank you Yuvraj
@rpalearner9818
@rpalearner9818 4 жыл бұрын
Useful Video with worth informative.
@nirmalakhandagale7110
@nirmalakhandagale7110 5 ай бұрын
Completed
@23Ashishonelove
@23Ashishonelove 4 жыл бұрын
Very informative video. Expecting more complicated examples. Thank you :)
@AutomatewithRakesh
@AutomatewithRakesh 4 жыл бұрын
Yes we will as we move on will get in to complex expressions
@ManishSharma-mw4od
@ManishSharma-mw4od 3 жыл бұрын
Thanks for explaining. Is there a way to reach out to you very quickly if we have doubts
@mohdqamaruddin6197
@mohdqamaruddin6197 4 жыл бұрын
nice video please make more video to remove confusion while using Regex
@saahilshaikh7445
@saahilshaikh7445 4 жыл бұрын
Another great video.
@febryrh561
@febryrh561 Жыл бұрын
Hi bro, i have question, if want write welcome but 1 word for 1 sentence, example, Welcome, i want get M, how the regex expresion?
@madhurirao7528
@madhurirao7528 4 жыл бұрын
thanks . excellent video
@ashu0720
@ashu0720 4 жыл бұрын
Thanks for this useful video
@thiyagarajankanagarajan6352
@thiyagarajankanagarajan6352 3 жыл бұрын
Hi Rakesh, thanks for the video, however at the end of the video 1/ As soon you typed (w|W) all the welcome should be highlighted right? but Welcom. is not highlighted. Why? 2/ Also on giving (w|W)\w{6} all the words of 7 character words are highlighted, how? Could you please clarify??
@mohammadasfaque
@mohammadasfaque 3 жыл бұрын
2/ because w{6} means index is 6 and index starts from 0. so the length is 7 overall. 1/ because . is not a letter by itself. It is used to match the character
@vaibhavmarkad4360
@vaibhavmarkad4360 2 жыл бұрын
Hello Sir... I have one variabel :- "VAI20BH21AV" Then I want to read separately to this variable. like this manner :- OUTPUT:- 1] VAIBHAV 2] 20201 SO Which regular expresion i need to take ??????
@bangarurakesh
@bangarurakesh 4 жыл бұрын
Very well explained. Can you please make one on Xpath tutorial? Thank you!
@AutomatewithRakesh
@AutomatewithRakesh 4 жыл бұрын
Sure will do
@bangarurakesh
@bangarurakesh 4 жыл бұрын
UiPath ExpoHub Thank you 🙏🏻
@SK_bE_HuMbLe
@SK_bE_HuMbLe 3 жыл бұрын
@@AutomatewithRakesh We are also Expecting the same.
@aneesharavind9922
@aneesharavind9922 4 жыл бұрын
Thanks Rakesh
@singiri697
@singiri697 2 жыл бұрын
Hey, could you please help me with regular expression for greater than 8 and less than 16
@sumanreddy5334
@sumanreddy5334 3 жыл бұрын
What I need to print special character (colon) in regex
@nareshmarisetti6281
@nareshmarisetti6281 3 жыл бұрын
I am new to uipath what is the carrier
@sumitbansal7962
@sumitbansal7962 2 жыл бұрын
sir how can use these text in match activity
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
Check this Sumit: kzfaq.info/get/bejne/Z7t0Y5WBqM3Id5s.html
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
Use this link for entire playlist content: kzfaq.info/get/bejne/h9Bkoc-EtZvGXYE.html
@ganityadav177
@ganityadav177 4 жыл бұрын
hey is there a way to reach out to you very quickly if we have doubts
@AutomatewithRakesh
@AutomatewithRakesh 4 жыл бұрын
Hi you can ping me on WhatsApp 9980521381
@ruhikagoud3102
@ruhikagoud3102 2 жыл бұрын
Screen not clear
@ravuri999
@ravuri999 2 жыл бұрын
Thank you so much , I have sent an email please give me reply
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
Hi Satish because of enormous emails and support requests I am unable to manage such emails and stopped monitoring the emails. As it’s very difficult to answer more than 100s of communications everyday!
@AutomatewithRakesh
@AutomatewithRakesh 2 жыл бұрын
I will try my best to support through KZfaq comments only as of now!
@ravuri999
@ravuri999 2 жыл бұрын
@@AutomatewithRakesh Ok thanks for the reply
@shaunhunterit342
@shaunhunterit342 2 жыл бұрын
\w is for word characters. You keep saying it's for words.
Regular Expression Chapter 3 -  Capture Grouping, Caret and Dollar Symbol
7:06
Automate with Rakesh
Рет қаралды 11 М.
Uipath Regular Expression  to Find Email Address - Chapter 7 | Uipath ExpoHub
11:55
天使救了路飞!#天使#小丑#路飞#家庭
00:35
家庭搞笑日记
Рет қаралды 89 МЛН
Can This Bubble Save My Life? 😱
00:55
Topper Guild
Рет қаралды 76 МЛН
❌Разве такое возможно? #story
01:00
Кэри Найс
Рет қаралды 2,1 МЛН
If Barbie came to life! 💝
00:37
Meow-some! Reacts
Рет қаралды 71 МЛН
Show the Difference Between Array, List and Dictionary in UiPath with Examples
17:41
Regular Expression or Regex for URL Validation (Chapter 9) | Uipath ExpoHub
12:22
Regex for  Indian Phone Number (Chapter 6) - Uipath | ExpoHub
12:13
Automate with Rakesh
Рет қаралды 10 М.
UiPath | How Regex Multiple Matches Works
10:43
Automate with Rakesh
Рет қаралды 7 М.
Uipath Regex
13:50
Automate with Rakesh
Рет қаралды 38 М.
Data recovery from MicroSD using PC3000 Flash & Spider Board 😎
1:01
POV: You Find a 🗑️ Full of iPhones ⭐
0:13
Shakeuptech
Рет қаралды 1,5 МЛН
iPhone VS Samsung🤯
1:00
Skinnycomics
Рет қаралды 17 МЛН