Learn Regular Expressions In 20 Minutes

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ต.ค. 2019
  • Having the ability to search through text, validate text, and replace text using an advanced set of rules is exactly what Regex is for. Unfortunately, people fail to ever truly learn Regex. In this video I will be teaching you everything you need to know about Regex. We will talk about what Regex is, what Regex flags are, how to do simple and complex matches, how to handle look aheads and look behinds, and much more. Then at the end of the video I will show you how to use Regex to validate and format a phone number in various different formats.
    📚 Materials/References:
    Regexr Website: regexr.com
    🧠 Concepts Covered:
    - What Regex is
    - How to use Regex for simple matching
    - How to match repeating patterns
    - What Regex flags are
    - Look aheads and look behinds
    - Regex special characters
    - Validation with Regex
    - Find and replace with Regex
    🌎 Find Me Here:
    My Courses: courses.webdevsimplified.com
    Patreon: / webdevsimplified
    Twitter: / devsimplified
    Discord: / discord
    GitHub: github.com/WebDevSimplified
    CodePen: codepen.io/WebDevSimplified
    #Regex #WDS #RegularExpression

ความคิดเห็น • 1K

  • @JohnDoe-ck3un
    @JohnDoe-ck3un 4 ปีที่แล้ว +535

    creating proper regex is pretty simple.
    step 1: open your preferred editor
    step 2: let a cat play on your keyboard

  • @grubybueno
    @grubybueno 2 ปีที่แล้ว +622

    1:05 what is regEx
    1:50 introduction and flags
    3:40 + match one or more
    4:18 ? optional
    4:48 * zero or more
    5:16 . anything except a new line
    5:50 \ to cancel anything after
    6:18 \w for words
    6:37 negative versions
    6:56 {} to indicate a quatitiy
    7:45 [] group and ranges
    8:38 () own groups
    9:13 how | works
    9:53 combination of () | and {}
    11:00 ^ beginning of new paragraph and multiline
    12:00 $ end of statement
    until there the 90% of regular expresions
    12:50 (?

    • @RaviKiranBachu
      @RaviKiranBachu 2 ปีที่แล้ว +7

      Thank you !!

    • @lararawf6100
      @lararawf6100 2 ปีที่แล้ว +7

      God bless u

    • @hansgerber8654
      @hansgerber8654 2 ปีที่แล้ว +4

      Tyvm
      just a small fix: non capture groups would look like this (?: ...)

    • @grubybueno
      @grubybueno 2 ปีที่แล้ว +4

      @@hansgerber8654 thanks, fixed!

    • @Kofi07
      @Kofi07 ปีที่แล้ว +1

      People like this>>>>>❤️

  • @TraversyMedia
    @TraversyMedia 4 ปีที่แล้ว +1128

    This is great stuff man. Sorry I didn't check out your channel sooner. A lot of people recommeded it in my last video..Subbed :)

    • @zulfequar_ali
      @zulfequar_ali 4 ปีที่แล้ว +35

      Hi Brad 😊
      You are my master. Your tutorials are really so easy to understand. Each of your videos has a lot of things to learn and quite easy to learn. The key is, listen carefully and code alog with Brad, you will become the master of whatever Brad is teaching.

    • @WebDevSimplified
      @WebDevSimplified  4 ปีที่แล้ว +227

      Thank you so much! I checked out your video just a little bit ago and loved the list you created. There were so many good creators on there and hearing New Boston on the list brought back all my memories of first learning web development from his channel.
      I also want to give a huge thanks to your for your channel. I have learned a ton from you and your channel was one of my biggest inspirations for starting my own channel.

    • @mubarokibnu
      @mubarokibnu 4 ปีที่แล้ว +31

      Two of my best programming Tutor on TH-cam

    • @ahmadkhudai
      @ahmadkhudai 4 ปีที่แล้ว +1

      Subbed just for this comment. Now I will actually start the video

    • @mykalimba
      @mykalimba 4 ปีที่แล้ว +6

      Whoa, Brad Traversy in the comments!?!??? In the words of Nicolas Cage, "That's high praise."

  • @dennisodonovan5279
    @dennisodonovan5279 3 ปีที่แล้ว +415

    I have tried many different sites to fully understand regular expressions for input validation, and this video was by far the most helpful!

    • @serpenteve
      @serpenteve 3 ปีที่แล้ว +3

      Same with me bro.

    • @zaid696
      @zaid696 2 ปีที่แล้ว +11

      @@serpenteve b'coz of lots of tried, u had already understood, here u furnished ur knowledge.

  • @sandybathwater8385
    @sandybathwater8385 2 ปีที่แล้ว +122

    In my long experience, I find that everybody learns regex every time they use it.
    Even if you look at perfectly reasonable regex 3 weeks after writing it, it's alien script.

    • @lauris5275
      @lauris5275 2 ปีที่แล้ว +5

      This is so true. 2 months ago i learned regex a bit , but now i dont even know how to validate a phone number. I Copy pasted email validation somewhere and boom. Done. I think its more important to know what regex can do and knowing when to use it. Not actually how to write that code. Thats my opinion cause if ur not using it regularly then u will forget about it in 2 weeks.

    • @user-ky9qn4pg3w
      @user-ky9qn4pg3w ปีที่แล้ว +5

      that's why they call em regular expressions. cuz you need to be using them regularly to understand them.

    • @xizhecheng1139
      @xizhecheng1139 หลายเดือนก่อน

      @@lauris5275 now imagine you are asked that in an interview while you state you are familiar with regex on your resume

  • @cswalker21
    @cswalker21 3 ปีที่แล้ว +309

    Regex: 20 minutes to learn, a lifetime to master. 😂

    • @dzdeparsio4676
      @dzdeparsio4676 2 ปีที่แล้ว +2

      loool

    • @CryptoNerd91
      @CryptoNerd91 2 ปีที่แล้ว +2

      @Chris Walker So true 😭😭😂

    • @chrisnandasaputra2708
      @chrisnandasaputra2708 2 ปีที่แล้ว +1

      ROFL

    • @RAJAT2372
      @RAJAT2372 2 ปีที่แล้ว +1

      No kidding!

    • @ClaysonShawn
      @ClaysonShawn 2 ปีที่แล้ว +4

      That's actually really good to know that this takes time for everyone! I've been stressing out that I don't know this well enough.

  • @ftate
    @ftate 2 ปีที่แล้ว +43

    This is a really compact, concise video covering everything you need about regular expressions. I'm very experienced with regular expressions, but came here to get more info about look ahead and look behind, and you described those in a way that is much more meaningful than anything else I've run across online. Truly great work.

  • @vaztechs
    @vaztechs ปีที่แล้ว +11

    I'm so grateful for your JS videos. Sometimes i get stuck on documentations for over an hour without any understanding of the content, then I come here and everything seems so clear. Keep up the awesome job!

  • @bo44arov
    @bo44arov 4 ปีที่แล้ว +2299

    Learn regex in 20 minutes, forget in 10

    • @braindeveloperdimensional5579
      @braindeveloperdimensional5579 4 ปีที่แล้ว +46

      Then you are an idiot for not taking notes.

    • @arnoldasdrapanauskis5924
      @arnoldasdrapanauskis5924 4 ปีที่แล้ว +43

      @@braindeveloperdimensional5579 I like this comment. But why you need notes, when you have google xD ?

    • @braindeveloperdimensional5579
      @braindeveloperdimensional5579 4 ปีที่แล้ว +19

      @@arnoldasdrapanauskis5924 oh really? And tell me you don't get distracted Everytime you open your phone.

    • @BlademanZX
      @BlademanZX 4 ปีที่แล้ว +93

      @@braindeveloperdimensional5579 Have you heard of this newfangled thing called "joking"?

    • @arnoldasdrapanauskis5924
      @arnoldasdrapanauskis5924 4 ปีที่แล้ว +20

      @@braindeveloperdimensional5579 Well, yes I do. Distractions everywhere. But i use PC when programming, not phone ;)

  • @surferkwsurferkw8910
    @surferkwsurferkw8910 2 ปีที่แล้ว +15

    Very concise tutorial. Covered many aspects of Regex and explained in easy to understand layman terms in a compact 20 minute session yet not omitting key details. Thank you very much for sharing your knowledge.

  • @JeffLeonard0
    @JeffLeonard0 3 ปีที่แล้ว +18

    This is an excellent tutorial. It is a very clear explanation. I will ask all of my programming friends who shy away from regex to watch it. I've been using regex for decades, and I still have trouble with look-ahead and things like that. I always have to refresh my memory after I stop using it for awhile. After watching this video I feel like I understand the entire concept much better. Thank you very much.

  • @lizadraxler666
    @lizadraxler666 4 ปีที่แล้ว +26

    I'm amazed how calmly and thoroughly you're explaining everything...
    Great work, I managed to write the regex I needed, thank you!

  • @uitraek
    @uitraek 4 ปีที่แล้ว +5

    This is the best Regex video I've ever watched. Bravo to you sir for breaking this down. Easily one of the most confusing aspects of programming in my opinion.

  • @anagh4802
    @anagh4802 2 ปีที่แล้ว +4

    This was so well made. Easy to understand but very detailed. Thanks a lot!

  • @PeterTroutman
    @PeterTroutman 3 ปีที่แล้ว +1

    Really an unbeatable example of how to convey information. This guy is clearly intelligent and can plan and execute, good job and thanks for the video

  • @washingtonalmeida75
    @washingtonalmeida75 2 ปีที่แล้ว

    That is probably the best and most comprehensive regex video I found on TH-cam. Thanks mate!

  • @dubletar7351
    @dubletar7351 3 ปีที่แล้ว +5

    Wow, thank you so much. I'm working on a really complex algorithm that needs to use regex, but I have had such a hard time understanding it until now!

  • @MohammadTahir-ki1mi
    @MohammadTahir-ki1mi 4 ปีที่แล้ว +143

    Simply the best regex tutorial ever!
    Wish my teachers had explained it like this. Thank you!

    • @dedoyxp
      @dedoyxp 2 ปีที่แล้ว +3

      your teacher can explain it like this...
      ...by play this video in class lol

    • @neganega564
      @neganega564 ปีที่แล้ว +1

      @@dedoyxp honestly they should just do that if they cant explain it better look for a video that does

  • @LEARNINGCENTER2024
    @LEARNINGCENTER2024 3 ปีที่แล้ว +1

    Excellent! This was a perfect summary of regex which I really needed. Just used it in some Google Apps Scripts I'm writing and it has made a huge difference in my ability to pull specific links from XML code. No more depending on importXML function to find matches. I had learned this in college about 15 years ago but never applied it so this was a life saver. THANKS!!!

  • @Saurus990
    @Saurus990 3 ปีที่แล้ว +3

    Great info in a short amount of time, I was strugling with building complex regexes and this helped a lot!

  • @KyleSwecker
    @KyleSwecker 2 ปีที่แล้ว +3

    Naming capture groups is more important than you think and is a good habit to get into early. In JavaScript you can reference these names as object keys which gives so much more clarity to your code.

  • @JBuchmann
    @JBuchmann 3 ปีที่แล้ว +1

    I watched this as a refresher and left learning a couple new things. Thank you!

  • @meermahmudurrahman4013
    @meermahmudurrahman4013 4 ปีที่แล้ว +1

    You are just a diamond on the web industry! Thanks for investing your time!
    Love you

  • @summerd8824
    @summerd8824 4 ปีที่แล้ว +11

    Watched all your videos, love your teaching style, keep up with the good work!

  • @JShaw-wn2pb
    @JShaw-wn2pb 3 ปีที่แล้ว +3

    Oh my gosh, this is fabulous!! Thank you so much. We're just starting to study regex in my web design course and I was so lost. I actually get it now. Amazing!

    • @yash1152
      @yash1152 2 ปีที่แล้ว

      the videos on ur channel are nice and pleasing :) 👍👍

  • @chengxiaoxia8046
    @chengxiaoxia8046 3 ปีที่แล้ว

    I compared your video with others. In 20 minutes, you explained the most important concepts clearly. Thank you, save our time and our life. You are a very smart tutor.

  • @82Aurelie82
    @82Aurelie82 2 ปีที่แล้ว

    Very good and complete explanation of regular expressions.
    Most regex tutorials skip the very useful "look behind" and "look ahead" capabilities.

  • @JackySupit
    @JackySupit 2 ปีที่แล้ว +9

    Alright, now I will add Regex in my CV :')

  • @simonwinther1285
    @simonwinther1285 4 ปีที่แล้ว +4

    This man staring right into my soul, that shit making me uncomfortable but at the same time I kind of like it

  • @HostDotPromo
    @HostDotPromo 4 ปีที่แล้ว +1

    Great info. Regex seems so daunting at first but once its broken down well like this, it becomes much easier to understand.

  • @AlanKesselmann
    @AlanKesselmann 2 ปีที่แล้ว +1

    This is the best explanation of regular expressions I've seen! Thank you!

  • @jerryjeremy4038
    @jerryjeremy4038 4 ปีที่แล้ว +11

    Regex is one of my weaknesses. Thanks for helping me understand it. Your tutorial is better than the documentation.

    • @kekohokko7213
      @kekohokko7213 3 ปีที่แล้ว

      Jeffrey Friedl's Mastering Regular Expressions is the de-facto user manual for regular expressions (and an impressively written book besides). Give that a try if you really want to understand RE and how they work.

    • @GregoryEsman
      @GregoryEsman 2 ปีที่แล้ว

      Honestly I've never found an easy to understand piece of coding documentation before

    • @sinnvoi
      @sinnvoi 2 ปีที่แล้ว

      @@GregoryEsman same, i think that's why people are paying for courses etc.

  • @zulfequar_ali
    @zulfequar_ali 4 ปีที่แล้ว +7

    You are just amazing!
    I love your way of teaching.

  • @danielh1432
    @danielh1432 ปีที่แล้ว

    You have helped me learn so much. Now you help me review. I love your positive and informative mindset. It's like studying with a friend. You rock!

  • @HarshRajAlwaysfree
    @HarshRajAlwaysfree 4 ปีที่แล้ว +9

    Regex was the thing i avoided since start I finally understand them

  • @beecee4756
    @beecee4756 4 ปีที่แล้ว +24

    Me: I watched it completely and it's cool bro!
    Also Me: trying to solve regex questions on my own. It sucks!

  • @johnwight6041
    @johnwight6041 8 หลายเดือนก่อน

    Thank you so much! I have been meaning to learn regex for years but all the weird characters looked so daunting I just kept putting it off. This video made it super easy and simple to understand! I have been having a lot of fun playing around with different regular expressions practicing them which I never thought I would be able to do. Thank you!

  • @RedEyedJedi
    @RedEyedJedi 4 ปีที่แล้ว +10

    This made me laugh every time Preceded By flashed up on the screen. Awesome tutorial as always, thanks man.

  • @RACAPE
    @RACAPE 4 ปีที่แล้ว +61

    You are crazy, in a good way.
    You are offering such great information for free.
    It helps me so, so much.
    Thanks for your work!
    My hat's off to you.

  • @carlmichelsen1230
    @carlmichelsen1230 4 ปีที่แล้ว +1

    I've been looking for a walkthrough like this for a long time thankyou

  • @ricsanders69
    @ricsanders69 4 ปีที่แล้ว

    I've used RegEx for about 20 years now...used it in PERL, C++, VBA (Word), Bash, Python....even inside apps like Alteryx and Talend!! I've given so many impromptu classes to try and help folks understand the real power of RegEx. It is ridiculously powerful! Thank you for this vid...more information out there to help people is a good thing! Cheers!!

  • @bren.r
    @bren.r 3 ปีที่แล้ว +55

    I’m that one guy who answers all your Regex questions on Stack Overflow. You’re welcome.

  • @ProgrammingwithPeter
    @ProgrammingwithPeter 4 ปีที่แล้ว +3

    This is so helpful for beginners! But we all know that when you have a task with regex, google is our best friend!

    • @WebDevSimplified
      @WebDevSimplified  4 ปีที่แล้ว +4

      I almost always use regexr.com when I am working on a complex regular expression, since it makes testing so easy.

    • @ProgrammingwithPeter
      @ProgrammingwithPeter 4 ปีที่แล้ว

      @@WebDevSimplified yep

  • @anaelbelle5499
    @anaelbelle5499 2 ปีที่แล้ว

    OMG. you are my savior man ! no way I could wrap my head around regex using the documentation. lost so much time on this ! "positive look forward" is CRAZY to split paths correctly; I needed that and I didn't even know ^^ THANK YOU

  • @dregavero
    @dregavero 2 ปีที่แล้ว

    Thank you, it's been long since I've learned about regex expressions, but your tutorial really helped me remember and even learn new things! Very good 👏

  • @roiunger7796
    @roiunger7796 4 ปีที่แล้ว +3

    Thanks man, it came right on time !!

  • @dedenramdani7551
    @dedenramdani7551 4 ปีที่แล้ว +4

    amazing,, and I'm still confusing about regex

    • @souvikkundu
      @souvikkundu 4 ปีที่แล้ว

      I found this helpful th-cam.com/video/ZfQFUJhPqMM/w-d-xo.html and freeCodeCamp regex curriculum.

  • @nahual69
    @nahual69 2 ปีที่แล้ว

    What were the best spent 20 minutes of 2021? The ones on this video! Thanks, you made it very easy to understand.

  • @derickpambah
    @derickpambah 2 ปีที่แล้ว +1

    Wow! Thank you so much. I totally understand and have a solid basis in Regular Expressions now. Kudos! to more great content. This deserves a sub! All the best.

  • @DeepakGupta-hj2dv
    @DeepakGupta-hj2dv 4 ปีที่แล้ว +3

    Please make on series React native and redux

  • @imanidiot2180
    @imanidiot2180 4 ปีที่แล้ว +3

    The fat cat ran down the street.
    It was searching for a mouse to eat.

  • @rajanroland3903
    @rajanroland3903 ปีที่แล้ว

    This was the first time I had come across your videos. The best regex explanations I have seen and great find on that test site.

  • @akshitdadheech9870
    @akshitdadheech9870 8 หลายเดือนก่อน

    Boy this video was amazing really well explained and thanks a lot for that website. CAN'T THANK YOU ENOUGH!

  • @johnnyxp64
    @johnnyxp64 4 ปีที่แล้ว +9

    i always had a love hate relationship with RegEx in my .net projects.
    i prefer simple logical coding to find a string patern.. but eventually it becomes a huge chunk of ifs and cases and includes... and i keep getting not perfect results... but is easy to write from scratch and read..
    and then you have regex... you take hours to make the "search pattern" you keep googling and trying deferent online tools, and after that is a single line of code usually and work so much faster and has better results..but you cannot understand wtf it says after you revisit it few months later... 🙄🤣🤣🤣🤣

    • @tmcode2010
      @tmcode2010 4 ปีที่แล้ว

      "get confused when you revisit" is the sad but true moment when using regex LOL

    • @gtc4189
      @gtc4189 4 ปีที่แล้ว +1

      That's why you simply put a comment above the RegEx explaining what it does. It's much easier to understand something if you know what its overall purpose is. If you really need to, you could also explain each individual portion of the RegEx, but that's often unnecessary.

    • @johnnyxp64
      @johnnyxp64 4 ปีที่แล้ว +1

      @@gtc4189 sure we do make comments... but when your code needs comments to explain it self (especially a single line of a weirdo regex) then there is something wrong with it. and whoever came up with the RegEx syntax must have been a stuborn mathimatician or similar and not thinking the user-friendly aspect of the syntax... which is almost non existent! 😂🙄

    • @gtc4189
      @gtc4189 4 ปีที่แล้ว

      ​@@johnnyxp64 That's not always true friend, RegEx's, especially super specific and complicated ones, can sometimes span hundreds of characters of length. Take this email regex for example: `(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9]))\.){3}(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9])|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])`. It can also get even worse! Especially when it comes to validating email addresses to an insanely specific extent, check THIS one out! www.ex-parrot.com/~pdw/Mail-RFC822-Address.html 😂😂😂😂😂

    • @johnnyxp64
      @johnnyxp64 4 ปีที่แล้ว

      @@gtc4189 so what I said is True! their syntax is terrible and you have to be a cryptographic machine to read that without any tool!🤯🤯🤯🤯

  • @tomvos1620
    @tomvos1620 2 ปีที่แล้ว +1

    Had to watch this vid as part of the WDS Advanced Course Math Solver assignment. Once again a very clear explanation of a pretty hard topic. Thats why I follow you Kyle!

  • @keerthans2366
    @keerthans2366 2 ปีที่แล้ว

    Best tutorials on regex ever found. Thanks a lot sir.

  • @user_ahfvjjfb
    @user_ahfvjjfb 4 หลายเดือนก่อน

    Your video made regular exp much easier to understand, I was struggling with it a lot and tried to avoid it as much as possible.
    Thanks a lot.

  • @paramasivansriram
    @paramasivansriram 8 หลายเดือนก่อน

    Nice work and precise.

  • @112ayoung
    @112ayoung 2 ปีที่แล้ว

    i come back to this vid all the time man. Thanks again!

  • @JA-ml1gz
    @JA-ml1gz 2 ปีที่แล้ว

    This was the best explanation of regex I've ever heard. Thank you.

  • @thomaskilmer
    @thomaskilmer 2 ปีที่แล้ว +1

    Thank you so much. I needed to use regular expressions to work with a program, but it didn't have any tutorials and the regular expressions website is detailed but kind of a nightmare to learn from. This, however, was simple, concise, had everything I needed, and was so easy to learn from.

  • @miracyrus1053
    @miracyrus1053 9 หลายเดือนก่อน

    This is so perfect and smooth, thank you.

  • @lucascamino8615
    @lucascamino8615 3 ปีที่แล้ว +1

    Thanks for the explanation! Very clear and useful!

  • @lovelyfox-kz6ko
    @lovelyfox-kz6ko 11 หลายเดือนก่อน

    Awesome tutorial, it took me over four times, and over two weeks of leisure time, to finish learning this tutorial and taking notes.

  • @sharon_icecream4304
    @sharon_icecream4304 3 ปีที่แล้ว

    It's clear, simple and helpful. Thanks for sharing.

  • @wadap0
    @wadap0 3 ปีที่แล้ว

    This was the most helpful video I have found on the subject. Thank you!

  • @CSYounes
    @CSYounes 3 ปีที่แล้ว +1

    simple, clear, and amazing
    Thank you so much !

  • @spagez
    @spagez 4 ปีที่แล้ว +1

    This was easier than I thought. Thank you!

  • @claymelton
    @claymelton 3 ปีที่แล้ว

    You really did a great job here. I needed to see this today and you really helped explain the “how” for me.

  • @alexisisidorobolanosavalos454
    @alexisisidorobolanosavalos454 2 ปีที่แล้ว

    i was trying to understand how this f***in regex works for years, but just 20 mins with this guy and now i understand almost everything. Thank tyoiu so much Kyle

  • @SyedShahArifQadri
    @SyedShahArifQadri 4 ปีที่แล้ว +1

    I believe you must not be more than 24 years
    and the way you are teaching looks like you have more than 10 years of experience in field.
    very awesome and appreciated

  • @satya4866
    @satya4866 3 ปีที่แล้ว

    Wonderful video. I love the way you explain and out together everything.

  • @lucasguima
    @lucasguima 3 ปีที่แล้ว

    I already had some knowledge on the basics of Regex, but not about lookahead/lookbehind, it very is clear now, thanks a lot!

  • @junelcjun
    @junelcjun 2 ปีที่แล้ว

    one of the best videos for regex. good coverage overall. thanks.

  • @ddal3998
    @ddal3998 2 ปีที่แล้ว

    Bloody awesome tutorial. Love ya, man! Simple and to the point.

  • @JourneyAllStylez
    @JourneyAllStylez 3 ปีที่แล้ว

    yea... I instantly went to you when I started learning this in my bootcamp. This is what I imagine learning to code to be like. A literal language.

  • @preganpillay2990
    @preganpillay2990 ปีที่แล้ว +1

    Awesome. Simple and to the point. Great stuff !!!

  • @ismasoc5
    @ismasoc5 ปีที่แล้ว

    Amazing video my friend, so much value. What I would like to add, is that the viewer needs to have 90% grasp on each one of the concept you explained here or else this summary will just go over the viewer's head. This video helped me solidify/reinforce/validate what I already knew, which is extremely useful. Made me aware of things that I don't know yet. And helped me see the big picture. Which is encouraging/motivating because I can see the light at the end of the tunnel. However I only go all this value, because I have spend around 10 hours trying to understand Regular Expressions on Free Code Academy (and you make great content). Thank you so much for the Amazing content.

  • @RahulSharma-oe6fy
    @RahulSharma-oe6fy ปีที่แล้ว

    Awesome ! Covers everything in such a crisp way

  • @childintime6453
    @childintime6453 ปีที่แล้ว

    how are you explaining everything so simply it's unbelievable

  • @jadenataylor
    @jadenataylor ปีที่แล้ว +1

    This was like a firehouse of information. While I may only end up using the first 5 mins of this video, it's very helpful.

  • @swamygee
    @swamygee 3 ปีที่แล้ว

    Simple, clear, and to the point.

  • @spiderman105sp
    @spiderman105sp 2 ปีที่แล้ว +2

    Thank you bruh for this tutorial, I've had soo many training courses online/offline for regexp but this was the most informative one ever..... Helped me solve a lot of cases

  • @jagrutsharma9150
    @jagrutsharma9150 ปีที่แล้ว

    Video was very helpful. Thanks for making!

  • @abduiron9648
    @abduiron9648 6 หลายเดือนก่อน

    Great man, one of the finest video I've seen on regex.

  • @samyakjain6855
    @samyakjain6855 3 ปีที่แล้ว

    Beautifully Simplified! Thanks a lot man...

  • @absbi0000
    @absbi0000 ปีที่แล้ว

    Finally a regex explainer that makes sense! Thanks man.

  • @Vack91
    @Vack91 8 หลายเดือนก่อน

    Thanks for all your tutorials. You do a great service to all.

    • @WebDevSimplified
      @WebDevSimplified  8 หลายเดือนก่อน +1

      You are very welcome! Thank you for the support!

  • @blitzwing1
    @blitzwing1 4 หลายเดือนก่อน +1

    Thanks what an amazing tutorial with clear concise explanations, truly great stuff.

  • @Rising_Pho3nix_23
    @Rising_Pho3nix_23 2 ปีที่แล้ว

    Underrated video. Awesome! This explained stuff I wasn't expecting like group captures. There's a PHP code to get rid of all the styling and header info of phpinfo, and just displays the table. It was confusing with the $1, but this explained it. Thanks

  • @DustinSpain
    @DustinSpain 2 ปีที่แล้ว

    Great video! RexEx is like a super power. I use them regularly, but still learned some new tricks from you. Thanks!

  • @zigafide
    @zigafide ปีที่แล้ว

    amazing video. I literally didn't know regex at all before this vid, but after it was done I was able to find and replace using regex patterns. thanks.

  • @calvinlparks
    @calvinlparks 2 ปีที่แล้ว

    Thank you very much for sharing your knowledge!

  • @horstmueller1000
    @horstmueller1000 6 หลายเดือนก่อน

    Perfect. Genius. I could take so many things from it. Many thanks.

  • @KiranKumar-cn7pm
    @KiranKumar-cn7pm 2 ปีที่แล้ว

    Excellent crisp tutorial

  • @beecee4756
    @beecee4756 4 ปีที่แล้ว

    This is exactly what I need mate.
    Thanks a ton!

  • @puspamadak
    @puspamadak 3 ปีที่แล้ว +1

    Thanks a lot for this tutorial. I used to be scared of regex before, but no more!

  • @k2tv639
    @k2tv639 2 ปีที่แล้ว

    Absolutely fantastic! Thanks for breaking down this Mt. Olympus to bits

  • @mrhide5690
    @mrhide5690 ปีที่แล้ว

    This was awesome, dude! Simple & Well explained. Thanks

  • @gokuljadhav.g8556
    @gokuljadhav.g8556 3 ปีที่แล้ว

    Awesome man. That really helped in a quick way. Thank you so much.