Its famous in every school that there is a great math teacher, that makes complicated topics easy to understand, and create passionate students. You are this guy for coding, thank you!
You're teaching style is just flat out awesome. I've only watched a few videos so far but I have a feeling I will be going through your entire library!
Most coders speak in a language I struggle to understand, very technical and as an amateur coder, it's refreshing to hear someone teaching in a neutral and understandable English - makes learning to code so much easier. I'm really glad I've found your channel!
Thanks for explaining this, sir. I wish there were more programming mentors like you. By that i mean, you are explaining the concept first. Most of the other mentors just codes and codes. That makes it harder to understand the concept for a beginner like me.
I took a course in theoretical computing a few years ago and regular expressions were the first topic we discussed. I remember thinking "I wonder when this will come up" and since it didn't make a whole lot of sense then, I'm glad this video seems to have cleared things up quite a bit. Sometimes you just need to go over things a few times to feel like they make sense. Thanks for the video!
Good thing I never went to get a computer science degree, or any degree for that matter. Especially since you went into one (I'm assuming) and still watching this video to (re)learn the Regex.
A regular expression to verify an email is not easy. Luckily there is in html5 Email or a regular expression can be found ''out there' and copy/pasted. Good luck constructing a watertight expression for email. A 'good enough' regular expression for email address is another matter,'not that hard. And then of course the server would do another, final check and ask for verification by sending a mail to the client before storing it more permanently. Thanks for great videos.
I just want to take the time to thank you for your wonderful videos! I was working on some basic algorithm scripting exercises on FreeCodeCamp and I got stuck on a problem set where I had to check whether a given string is a palindrome. After watching only two videos of your regular expression playlist I was able to deduce a solution for my problem. Thanks again!
Daniel is fabulous teacher. I contribute in small way by sponsoring on Patreon . It’s only few dollars but at least it should help pay for the markers and equipment . Pleas let’s show our support by sponsoring in Patreon if you can.
Hi Danie could you plz provide me regex for " A BAAB is any four-character sequence, which consists of a pair of two different characters followed by the reverse of that pair, such as "xzzx", "xoox","adda", etc. However, a supported UniqueID also must NOT have a BAAB within any [square bracket] sequences. There can be many [square bracket] sequences."
loved the video, but 720p is really not a good idea when dealing with small text on the screen. I understand it was streamed, but a higher res version would be a nice touch when watching the non-streamed version.
Can some please let me know what is the editor he is using. I wondered with the visualization of our regular pattern expression matching. what are the editor can we have this features. I am using windows OS. Thanks!
This workflow video series might help! ruclips.net/p/PLRqwX-V7Uu6Zu_uqEA6NqhLzKLACwU74X (I think I am actually using Atom in this video though: ruclips.net/video/d3OcFexe9Ik/видео.html
Bro, your videos are amazing! Thank you so much for the information. Incredibly useful. I've learned so much w you. Keep making vids. Saludos desde México.
Your excitement makes your videos easy to watch
U are one of the best sources for programming online and the most entertaining. Thank u for that
Its famous in every school that there is a great math teacher, that makes complicated topics easy to understand, and create passionate students. You are this guy for coding, thank you!
You're teaching style is just flat out awesome. I've only watched a few videos so far but I have a feeling I will be going through your entire library!
so nice to hear, thank you!
if you want the charachters only [A-Za-z] without [0-9]: use \D\w
EX: any 4 charts word
\b\D\w{4}\b
I learned a lot from you man. THANK YOU
Most coders speak in a language I struggle to understand, very technical and as an amateur coder, it's refreshing to hear someone teaching in a neutral and understandable English - makes learning to code so much easier. I'm really glad I've found your channel!
Thank you!
The most amazing thing about your style of teaching, is that it looks like you are learning with us.
Thanks for explaining this, sir. I wish there were more programming mentors like you. By that i mean, you are explaining the concept first. Most of the other mentors just codes and codes. That makes it harder to understand the concept for a beginner like me.
I took a course in theoretical computing a few years ago and regular expressions were the first topic we discussed. I remember thinking "I wonder when this will come up" and since it didn't make a whole lot of sense then, I'm glad this video seems to have cleared things up quite a bit. Sometimes you just need to go over things a few times to feel like they make sense. Thanks for the video!
Good thing I never went to get a computer science degree, or any degree for that matter. Especially since you went into one (I'm assuming) and still watching this video to (re)learn the Regex.
you were born to teach. I could listen to you for hours.
Daniel You're just awesome , i learned a lot from you .
Why am I learning so much and and easily with you? You're an amazing teacher!!
Finally i am enjoying the regex,
Thanks a ton .
Hats off to your presentation skills....
This guy is so passionate and funny at teaching. How is that even possible? xD
Love the personality & the enthusiasm. Been avoiding Regex for a while and this video makes it so palatable!
It's been 4 years since it has been uploaded but it's still Awesome!!
You are great. I appreciate all the time you spend making these videos.
only realised how good this series on regex was after i watched some others videos on regex... so... great job and thanks
Brother, I am a fan. You are excited in explaining and I am excited listening to you.
Very good video! My online course glanced at regular expressions and I'm glad I went deeper into them, they seem quite useful
Wow, I'm looking forward to learning this. I read a few intro articles about regular expressions, but they don't explain it like you do. Thanks.
The best professor I've ever seen!
Very nice demonstration of every concept. Really liked the way its presented
I'm in love with regex now because of this man!!!
Cristal clear as usual ; thanks a lot !
Amazing video and the way you have explained everything is just brilliant.
Your awesomeness has made me LOVE what I hated to look at before.
Author , I appreciate this series and many thanks. sorry for the broken engrish.
This is the best regex explanation I've ever seen.
Thank you! 👨🏾💻
Awesome Teaching. Just so you know. If i'm asked where i learned regex from, i will say it is you. Thank you daniel, Your're awesome.
A regular expression to verify an email is not easy.
Luckily there is in html5 Email or a regular expression can be found ''out there' and copy/pasted.
Good luck constructing a watertight expression for email. A 'good enough' regular expression for email address is another matter,'not that hard.
And then of course the server would do another, final check and ask for verification by sending a mail to the client before storing it more permanently.
Thanks for great videos.
absolutely astonishing. /Great teacher /, /great character/. just lovely
Nice explanation for boundary meta character
if only someone was as good as he is in explaining everything using C# ... life can be tough.
still, this series is extremely helpful.
I just want to take the time to thank you for your wonderful videos! I was working on some basic algorithm scripting exercises on FreeCodeCamp and I got stuck on a problem set where I had to check whether a given string is a palindrome. After watching only two videos of your regular expression playlist I was able to deduce a solution for my problem. Thanks again!
Hahahahahaha!!!! Took you few trials to get that sound effect! love your energy!!!!!!!!!!
You are a very good teacher. Thank you.
Thank you very much, you are always fantastic, on of best programming teachers on youtube
Great stuff! I'm going through your series before tackling the Regular Expressions chapter in Eloquent Javascript.
omg i never expected regex would be so clear! Thanks you , man!
Daniel is fabulous teacher. I contribute in small way by sponsoring on Patreon . It’s only few dollars but at least it should help pay for the markers and equipment . Pleas let’s show our support by sponsoring in Patreon if you can.
Thank you!
Love your videos ! They are a great source to learn from and your style of explaining things is awesome !
First and only RUclipsr I'm turning on post notifications for.
Been hung up on regex for a while.. this is great info! Thanks for the awesome material :)
Totally simple to get it. Thank mate!
Man u r brilliant, thank u so much...they way u teach is so catchy...
I am so glad I found this video series. Thank you for this video in particular!
This is very good, needs to be updated though from 720p to 1080p at least. Its difficult to read what Daniel has typed.
Wow! I'm impressed by this video. Thank you so much:) Greets from Poland!
Great explanation man
Hi Danie could you plz provide me regex for " A BAAB is any four-character sequence, which consists of a pair of
two different characters followed by the reverse of that pair, such as "xzzx", "xoox","adda",
etc. However, a supported UniqueID also must NOT have a BAAB within any [square bracket]
sequences. There can be many [square bracket] sequences."
“I am using the JavaScript flavor”
“... it may taste like Blueberry” 🤣
Thanks man, you are amazing, now i love regexp
Awesome video! Really clears up some things for me on metacharacters. Thank you Daniel!!!
Great explanation!
because of you i will succeed my exam, thank you for that !
Good luck!
Man, I don't normally comment on videos but you do deserve a 🥇. I'd love to meet you one day man
Super fun to watch
Extremely useful video, thanks mate
I wish more people taught like this. These videos are gold and turned my hatred for RegEx into a dislike. Thank you!
Great video..really solved the doubts regarding regex!
Its snowing outside and the heater is not working, still I am enjoying Regex :P :P you are awesome
I want what this guys is smokin , watching at 2x is fun
loved the video, but 720p is really not a good idea when dealing with small text on the screen. I understand it was streamed, but a higher res version would be a nice touch when watching the non-streamed version.
Can we use same RegEx in Unix shell scripting?
I love your energy!!!
Thanks. Continue the good work
Awesome Video Daniel, I learnt a lot...
Do you have any tutorial on how to delete all non-alphanumeric characters?
you are always the best
You are awesome. Many thanks for this free knowledge sharing.
Can some please let me know what is the editor he is using. I wondered with the visualization of our regular pattern expression matching. what are the editor can we have this features. I am using windows OS. Thanks!
This workflow video series might help! ruclips.net/p/PLRqwX-V7Uu6Zu_uqEA6NqhLzKLACwU74X (I think I am actually using Atom in this video though: ruclips.net/video/d3OcFexe9Ik/видео.html
Does sed uses these same regular expressions?
Very cool series.
Absolutely incredible teacher, thank you so much!!!
Superb videos, thank you for taking the time to make them.
God bless you mi amigo
Thanku
Love the videos, really made this whole thing quite interesting!
This dude is such a nerd!! I love it!!
tanx for your explaination .you are just awesome keep doing it.......
Hatts off to you.
thanks for your explanations! i appreciate it
Bro, your videos are amazing! Thank you so much for the information. Incredibly useful. I've learned so much w you. Keep making vids.
Saludos desde México.
Truly superb!
Thank you!
It's a full stop, *sips tea*
subbed just for tht sound mix lol. AWESOMEEEEEEEEEE
Thanks man
you are fabulous and you are endowed with special capabilities which happens very less in eternity .
Thank you so much, really awesome content.
Really liking your content, thanks for sharing!
very nice! thanks.
you are simply amazing what more to say...
well explained thank you
Helped me alot!!
So glad to hear!
Really great stuff!!
Please note, i thought it important \w does include "-" and "_"
\w doesn't match hyphen -, but it does match underscore _
What is the text editor that you are using?
Matthew Neill atom
he is using Atom
can't you just add a ".?" after the dash in order to include the phone numbers with periods inside them?
awesome channel! thank you!