Тёмный

Regular Expressions - Enough to be Dangerous 

Engineer Man
Подписаться 538 тыс.
Просмотров 188 тыс.
50% 1

Don't let regular expressions get you down. Come learn how to be dangerous with regular expressions.
Hope you enjoyed the video!
Tool I used in this video for Regex visuals:
www.debuggex.com
Join my Discord server to chat with me:
/ discord
Check out some code on my GitHub:
github.com/ebrian/engineerman
Tweet me something funny on Twitter:
/ _engineerman
Say hi over at Facebook:
/ engineermanyt
Sincerely,
Engineer Man

Наука

Опубликовано:

 

4 авг 2018

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 572   
@phillpeters
@phillpeters 5 лет назад
When Superman goes to bed, he puts on his Engineer Man pyjamas
@MiserableDuck95
@MiserableDuck95 6 лет назад
Best regex tutorial I've ever seen. Props.
@TraceguyRune
@TraceguyRune 6 лет назад
Austin Mallar Darek has a good tutorial on Regex
@luis96xd
@luis96xd 6 лет назад
I agree with you!
@trilobyte3851
@trilobyte3851 5 лет назад
I think the Perl Tutorial with Regex from Leeds University I think is better even though its way old...
@abiggerboat5361
@abiggerboat5361 5 лет назад
Agreed! Very nice explanation.
@vibhanshushrivastava7223
@vibhanshushrivastava7223 5 лет назад
It made my concepts so clear. Agreed!
@Dxpress_
@Dxpress_ 6 лет назад
I came into this video hating regex. I left this video liking regex.
@EngineerMan
@EngineerMan 6 лет назад
My work here is done.
@andymitchell2146
@andymitchell2146 5 лет назад
Snap
@_Stin_
@_Stin_ 3 года назад
Glad you've rediscovered your love of regex's lol I think like many powerful tools, an good understanding pays dividends. Nice video, Engineer Man :) BTW, my e-mail address has a hyphen in it, and there are a surprising number of e-mail regex's which don't match the RFC, denying my e-mail address :/
@kekaci
@kekaci 3 года назад
@@_Stin_ exactly why i prefer open src sites
@DomskiPlays
@DomskiPlays 3 года назад
TRUUUUE
@GSR600Relaxed
@GSR600Relaxed 6 лет назад
Cool intro to regex. I would also welcome a second part!
@denisds130
@denisds130 5 лет назад
Yess :3
@jeffsirkis2552
@jeffsirkis2552 6 лет назад
I have never attempted Reg Ex but that was really easy to follow and understand. Keep up the quality content.
@alexrobidoux2062
@alexrobidoux2062 6 лет назад
Had no idea what Regex was, i just clicked out of curiosity but this is something i wish i would have known 20 years ago, the whole time i was watching i my brain would think of all the things i could do w that. I'm learning this stuff, the potential is limitless.
@sukantamaikap3366
@sukantamaikap3366 6 лет назад
I went through multiple regex tutorials and forgotten it an equal number of times after a period of not using it. That's not going to change this time either. But now I know which tutorial to refer to when I need a refresher. Thanks for this one. And would really appreciate a follow up video.
@eduardolima85
@eduardolima85 5 лет назад
An Arabic "one" is exactly "1" 😂 anyways great vid 👍
@poste1otto
@poste1otto 3 года назад
I came to make exactly the same comment :). He is so good at explaining things though.
@guilhermerock182
@guilhermerock182 3 года назад
That’s because our numerical system IS the arabic system, way more practical than the roman system.
@akshaygiram
@akshaygiram 3 года назад
Guess he's talking about this Numbers 1-10( أ رقام١٠-١) that's Arabic 1 to 10.
@GameBully2K
@GameBully2K 3 года назад
@@akshaygiram btw the notation 0-10 is the one that should be called arabic. That is the one that arabs invented and used to work with. Where for the ٠ - ١٠ notation is belonging to one of the old asian civilization (forgot which one)
@HaswellCore
@HaswellCore 2 года назад
@@akshaygiram he just mixed up arabic and roman numerals
@adarshkishore6666
@adarshkishore6666 3 года назад
Best regex tutorial I've seen! I had almost given up on this thing and here Engineer Man comes and explains it so neatly.
@leonvking0
@leonvking0 6 лет назад
\w actually matches digits as well from the cheat sheet it says: \w A word character (same as [_a-zA-Z0-9])
@EngineerMan
@EngineerMan 6 лет назад
I should have made that more clear. Thanks for point that out.
@yoannguillard6877
@yoannguillard6877 5 лет назад
\w : [a-zA-Z0-9_] It matches also underscore www.w3schools.com/jsref/jsref_regexp_wordchar.asp docs.python.org/3/library/re.html
@xrafter
@xrafter 4 года назад
@@yoannguillard6877 But he put the underscore
@farhanaditya2647
@farhanaditya2647 2 года назад
@@xrafter Exactly 😅
@jmullentech
@jmullentech 6 лет назад
Just had a *legit* "lightbulb" moment while watching this. I've been trying to get my head around RegEx for a while now and this just made it happen. AMAZING tool and awesome explanations. Thank ya sir!
@EngineerMan
@EngineerMan 6 лет назад
Happy to have been of some small help.
@scottkirkwood3465
@scottkirkwood3465 6 лет назад
Same here... I've been in software for a while and this was there perfect video I needed to more fully understand RegEx!!!
@quentinwolf
@quentinwolf 6 лет назад
Thanks for the video Engineer Man! I truly hated dealing with Regular Expressions, and would run into situations where I'd try to change an existing one, or create a new expression that would simply break and no longer match what I was aiming for. Your detailed explanation has made it much less scary, and it makes much more sense now. Keep up the great work!
@jesobuild
@jesobuild 6 лет назад
This has to be one of the best tutorials I've ever seen. Keep it up!
@gregcoomber9960
@gregcoomber9960 5 лет назад
This video is so incredibly useful, I've been having trouble struggling to understand regular expressions and this video helped kick-start my understanding. Thanks!
@robot313
@robot313 5 лет назад
Engineer Man, I have looked up tutorials on RegEx before but always walk away confused. Thanks to you I now understand! Thank you for the to-the-point and simple explanation! I love how you're always so relaxed and are just like, yeah, this is how it is, so simple. LOL
@stefandevos1520
@stefandevos1520 6 лет назад
Just come across your channel and I love it. Short, to the point and informative. Thumbs up
@bimalchandrakarmakar1427
@bimalchandrakarmakar1427 4 года назад
That was literally THE BEST RegEx Video I've seen ! It helped me a lot. Thank you so much
@newaivn
@newaivn 4 года назад
Love the straight forward no "bs" approach. Great introduction to regex :)
@MohsenFarajYT
@MohsenFarajYT 2 года назад
wow you made Regex so simple... I never thought a 16 minute video could teach all the essentials but here we are! huge thanks! you are awesome :) cant wait to use this in VS code search or javascript projects
@abiggerboat5361
@abiggerboat5361 5 лет назад
This is great! Please keep vids like this coming. I enjoy your teaching style
@kingsuo
@kingsuo 6 лет назад
Very easy to watch ! I am currently watching all your vids to help me broaden my knowledge on moving elsewhere in IT
@davepop3156
@davepop3156 5 лет назад
Cheers for this compact tutorial of Regex. Needed a refresher and this starts that off brilliantly.
@renaton3992
@renaton3992 3 года назад
Nice job you're doing in this channel man ! Congrats!
@RedEyedJedi
@RedEyedJedi 4 года назад
This is one of the best regex tutorials on RU-vid. Thanks for making it.
@jonrhaider
@jonrhaider 3 года назад
By far - absolute best walk through of regex I've been able to find online. Underrated video. Great job, thanks Engineer Man!
@EngineerMan
@EngineerMan 3 года назад
You're welcome. Glad it helped.
@bjstucker
@bjstucker 6 лет назад
Really enjoying your videos man keep it up and I will keep watching and learning.
@erikpolano7680
@erikpolano7680 6 лет назад
Amazingly clear explanation! Thank you so much for a really great tutorial. I will definitely use debuggex in the future. I have liked the video and subscribed to your channel!
@ahhdum64
@ahhdum64 5 лет назад
Hey I just wanted to say thank you for your content, keep it up you're doing a great job!
@caiocesarmelolopes2156
@caiocesarmelolopes2156 3 года назад
Best regex explanation ever, loving your channel
@jacobbrown1445
@jacobbrown1445 5 лет назад
This was incredibly helpful and I feel much more comfortable with regex now. Thank you for a fantastic video
@dogdomino100
@dogdomino100 6 лет назад
Mate - absolutely class videos. perfect pace and for some reason everything I've needed help on you've given me the exact answer!!! Thanks again.
@EngineerMan
@EngineerMan 6 лет назад
You're welcome!
@scttshwldct
@scttshwldct 5 лет назад
Seriously, the first time I've had regex explained to me that made sense. You gave enough to actually get started, but not so much to overwhelm. Great tool, btw.
@howiekalbz7396
@howiekalbz7396 4 года назад
This is good, i watched other videos that got me confused with their approach this kinda aswer lots of my questions why they are adding this or that and having the graphical view makes things clear keep up the great work... following now
@JuliusAlphonso
@JuliusAlphonso 6 лет назад
Whoa, this really cleared up a lot!
@AskMrGustavo
@AskMrGustavo 5 лет назад
Outstanding introduction. Clear, concise, and a comprehensive primer for beginners. Highly recommended.
@daverothfarb2739
@daverothfarb2739 5 лет назад
Wow. Engineer Man, you helped me see the light. Regex always frightened and confused me but your explanation made it so much more intuitive. Why can't all the software books explain it like you did??? Thank you so much, Engineer Man! Love all your videos, they are really inspirational.
@luis96xd
@luis96xd 6 лет назад
Wow, this is the best tutorial for Regular Expressions I've ever seen. Well explained, I was a mess with this topic, but I think I have understood. And that tool is amazing! Thank you very much!
@agerven
@agerven 5 лет назад
Using a lot of regular expressions in my work I was already quite familiar with them. But the tool you use is awesome and worth while looking at this video. Thanks!
@kevinfreeman1101
@kevinfreeman1101 5 лет назад
Very nicely described! That made the whole concept surprisingly easy to grasp.
@alicefraser5799
@alicefraser5799 2 года назад
Thankyouthankyouthankyou...! I am friends with regexes now. In just 15 minutes you have un-confused me and made it look painless... it's given me the courage to continue to explore. I didn't think it was possible :). You rock man.
@DaRanged
@DaRanged 6 лет назад
Great tutorial and thanks for linking that tool. It's really useful :)
@lalathealter6513
@lalathealter6513 3 года назад
thanks a lot for the link! This tool saved my life... I should pay more attention to such kind of stuff while working on projects
@aruncr08
@aruncr08 4 года назад
Awesome Tutorial!!! Love the way you made it so easy understand!!! This is a must watch for anyone trying learn Regex!!
@reggietheroman
@reggietheroman 5 лет назад
Great explanation! I always struggle understanding regex but you explained it in a way that was good enough for me!
@WhatMACHI
@WhatMACHI 5 лет назад
Brilliant and easy to understand tutorial! Thanks for all the great content.
@DraganovDesigns
@DraganovDesigns 2 года назад
After numerous tutorials this one definitely takes the crown. Thanks for the help.
@Mishso1337
@Mishso1337 6 лет назад
I am terrible at regex, and you made me understand it better than any tutorial I could ever read..... good stuff man!
@tmtenn9712
@tmtenn9712 5 лет назад
Thanks man. You taught in few minutes what i couldn’t grasp for long time. 👍
@ve5uo
@ve5uo 5 лет назад
Recently found this vid and subscribed to your channel. Great practical approach. Looking forward to watching more content. Thanks!!
@EngineerMan
@EngineerMan 5 лет назад
Glad it helped!
@theodorn
@theodorn 3 года назад
Thank you, very helpful. I'm studying web development within .NET and we had to use regular expressions in one assignment. I had problems understanding how they work, and your video has been of immense use to me. The railroad diagrams are especially useful, make it so much easier to understand the logic of the regular expression being examined.
@PeterPanicker
@PeterPanicker 5 лет назад
Man - you make it so understandable ... which admittedly, at least in my case not the same as using it with a degree of proficiency - but I hear you loud and clear - use it often.
@Abhiattipra
@Abhiattipra 5 лет назад
Tons of love❤️. You made me one step closer to programming which I always thought not my cup of tea. I'm more confident with regex now.
@EngineerMan
@EngineerMan 5 лет назад
You got this.
@davidcmoffatt
@davidcmoffatt 3 года назад
I was already pretty good with reg-ex in python but I learned a little something anyway and as always I love how you get the kernel of the topic and leave the rest for looking up when you need to.
@suthtech
@suthtech 6 лет назад
Thank you for this. Over the last several years RegEx has been such a pain for me. This helped me fix something I spent hours working on in MINUTES that I'd been dreading working on.
@EngineerMan
@EngineerMan 6 лет назад
Nice!
@miyazakizachary5108
@miyazakizachary5108 3 года назад
I thought regex was so cryptic not until you explained it in this great tutorial. The best so far in you tube.
@abishekbaiju1705
@abishekbaiju1705 4 года назад
Cool Teaching of Regex bro. I watched all other tutorials and this is the perfect one.
@1234makky
@1234makky 5 лет назад
Absolutely amazing Engineer Man, It makes more sense to me now
@pdeswardt
@pdeswardt 5 лет назад
Brilliant explanation ! Thanks so much - I understand Regex so much better now !
@Topherelius
@Topherelius 5 лет назад
Super helpful! I'm actually going to reference this video for work and the debuggex site.
@nikensss
@nikensss 5 лет назад
This video made me subscribe. I really like how you teach!
@DaDrummerthe1st
@DaDrummerthe1st 5 лет назад
Fantastic tutorial! Thank you!
@GuidoPerdomo
@GuidoPerdomo 6 лет назад
thank you very much for this, it was really helpful! I like debuggex and will certainly show it to my peers.
@mheatwole18
@mheatwole18 4 года назад
Excellent video! Thank You for sharing a well explained reg-ex presentation.
@pasej5
@pasej5 Год назад
I followed you tutorial while using Rubular, This is the best and simplest regex tutorial
@pcolapaddler
@pcolapaddler 11 месяцев назад
I tinkered with trying to learn regex a couple years ago and got sidetracked by other stuff. This tutorial explained a great deal in just 15 minutes. Good job.
@munin81
@munin81 2 года назад
This was, by far, the best regex video I have ever watched.
@Samster33
@Samster33 6 лет назад
Excellent video. I wish this was around 15 or so years ago when I was starting out as a programmer. I learned regular expressions very slowly one step at a time over a few years.
@PhillipMaii
@PhillipMaii 4 года назад
Thanks! Best regex video I’ve come across. Well explained 👍
@PhillipMaii
@PhillipMaii 4 года назад
Please now another one 😁
@gglutoob
@gglutoob 4 года назад
Yes, I found this very helpful! Thanks! And thanks for the debug tool!
@Omar-ic3wc
@Omar-ic3wc 4 года назад
Engineer Man thank you very much! I finally understood regular expressions, you did it!! Thank you
@mikeg3660
@mikeg3660 2 года назад
Very cool. I’ve done lots of regex over the years but definitely found times where I couldn’t see why it wouldn’t match, this would’ve been a great help.
@harleyspeedthrust4013
@harleyspeedthrust4013 3 года назад
Debuggex is fantastic. I needed to write a crude email regex (given the circumstances I had no other options, so I made sure the regex was very lenient and I tested it on email lists) and debuggex was plenty of help. This is also a really good tutorial, regexes are hard
@ajones1274
@ajones1274 6 лет назад
Brilliant. Im going to watch this a few times this week to make sure I remember. I always say to myself I want to learn it, and never gotten round to it. You explained it really well
@EngineerMan
@EngineerMan 6 лет назад
Thank you :)
@drumrboynoid
@drumrboynoid 5 лет назад
Thanks for the video. The debuggex tool looks very helpful. Please more videos on this. I'm taking a Unix/Linux course right now and its way harder than I ever imagined. Its very discouraging.
@Installator1
@Installator1 2 года назад
just stumbled upon your video: brilliant! I'm not scared anymore 🙏🏼
@KellenChase
@KellenChase 5 лет назад
You sir, deserve a thumbs up and a subscribe. Great tutorial on regex and thank you for that resource.
@snipster44
@snipster44 5 лет назад
Amazing how easy you explain this stuff! Thanks for the content
@RichardOpokuEngineer
@RichardOpokuEngineer 5 лет назад
I didn't have to finish this video before subscribing. This is great. Thank you.
@markchorri21
@markchorri21 6 лет назад
probably the best regex tut ever :D great job!
@trelligan42
@trelligan42 5 лет назад
Finally, an understandable intro to Regex. More! {Subscribing now.}
@brettnieman3453
@brettnieman3453 4 года назад
This was awesome. More on this please!
@aborucu
@aborucu 3 года назад
Perfect can't think of a better concrete visual presentation
@roflbofl
@roflbofl 2 года назад
Multiple times i've learned regex, and forget it. Now i will remember this to the rest of my life, thank you!
@sagarsutar7318
@sagarsutar7318 4 года назад
damn this was soo useful. - I searched the youtube a a lot for Regex tutorial for SQL, but I couldn't find any. - I read documentation 10-12 times, I didnt understand shit! - Bought a course on udemy which covered Regex, I still didn't understand. But this video made my concept clear af!! One of the best channel for Coders!
@MathewMichel
@MathewMichel 3 года назад
Love this Engineer Man err... Super Man ;) I also love people that create these tools!
@darshanmm9
@darshanmm9 4 года назад
Excellent explanation I ever seen regarding to regex:) Loved it:)
@wtfdoiputhere
@wtfdoiputhere 2 года назад
absolutely the perfect regex tutorial and I've never had the courage to even begin learning regex
@josh83ification
@josh83ification 5 лет назад
great tutorial and great channel! also, debuggex is a lot easier to understand than some of the other regex helpers out there.
@FovouTonElafon
@FovouTonElafon 6 лет назад
Really good video, keep up the good work!
@owenpalmer8242
@owenpalmer8242 3 года назад
Very helpful, thank you engineer man!
@BountifulOne2024
@BountifulOne2024 5 лет назад
Wow...on the rare occasions that I have had to implement reg ex it's been a case of "figure out what I need to get the job done." Having a tool like this one will really help! Thanks...
@NonTwinBrothers
@NonTwinBrothers 5 лет назад
Thanks for sharing debuggex!
@peterwright445
@peterwright445 5 лет назад
Just wanted to say that your channel is excellent. This demystified regex for me.
@TorNordby
@TorNordby 5 лет назад
THANK YOU! You really make it simple to understand. Kudos!
@chuxTube68
@chuxTube68 6 лет назад
Very cool! thanks for the info. Great vid!
@RobertWildling
@RobertWildling 4 года назад
Thank you!!! - I really do like that debugging tool!
@justynsweeting
@justynsweeting 4 года назад
This was awesome Engineer Man
@stuartmynard
@stuartmynard 6 лет назад
Brilliant introduction and very well explained. Thank you.
@lenac3587
@lenac3587 5 лет назад
Thanks for breaking it down and making Regex abit more palatable to stomach
@alishraim1523
@alishraim1523 4 года назад
Great work, it helped a lot!
Далее
Threading vs Multiprocessing in Python
6:45
Просмотров 198 тыс.
кажется, началось
00:45
Просмотров 1,9 млн
Викторина от ПАПЫ 🆘 | WICSUR #shorts
00:56
10 Coding Habits To Avoid
25:53
Просмотров 163 тыс.
Regular Expressions - Computerphile
17:19
Просмотров 241 тыс.
Regex Tutorial for Beginners
41:13
Просмотров 11 тыс.
Linus Torvalds "Nothing better than C"
1:28
Просмотров 1,3 млн
#samsung #retrophone #nostalgia #x100
0:14
Просмотров 14 млн
КАКОЙ SAMSUNG КУПИТЬ В 2024 ГОДУ
14:59