Intro to Regular Expressions

preview_player
Показать описание
This tutorial is a basic introduction into Regular Expressions.
The common special characters and notation is discussed first followed by functional examples including how you can match many variations of a street address.

Рекомендации по теме
Комментарии
Автор

Ur teaching is the best sir, u explain such Imp concepts, what nobody else explains and that too from beginning to advance

ozbdinw
Автор

Beside logic, regex is a powerful tool to put things into order. If possible we would like to expect more regex tutorials to be released. Your tutorials do make a great difference in our life. As always, thank you for providing this insightful introduction of regex.

rotrose
Автор

Another super clear tutorial, Steve! Thank you, regex is really tough to get a handle on and this helps.

rebelmachine
Автор

Thanks. Your video was quite helpful. I was racking my brain over some data that I downloaded into R and then used the tidyr package to split up a messy date column. The only way was to use regex. tidyr has a function that works with regex namely separate_wider_regex(). You feed a regular expression pattern into it to split columns. Even though regex looks a bit different in R than in javascript your video was still quite helpful.

haraldurkarlsson
Автор

awesome thank you for this video a really wanted a tutorial about Regex

Bruno-dsze
Автор

Another great tutorial, thanks for the help Prof. Steve!

galex
Автор

Thank you! Really informative video. Challenge! Make an input for email address which would validate input on each letter and would not allow to enter the wrong match.

maksymantoshkin
Автор

Thank you for this tutorial, really i need this

sobhanmovassagh
Автор

Nice refresher video in regex, Thanks

ubermensch-mne
Автор

Wow great
Finally i understood it. Thanks Steve you are Awesome !!!

asusbook
Автор

This is great thank you. Would have loved to also have that address example uploaded so I could play with it to see if I could complete it before you go through it all. Of course, I could type it out but I'm lazy like that.

cellocovers
Автор

Griffith, first I wanted to say I love your channel and it helps me immensely, thank you. Secondly, I would like to ask for your advise. I find that sometimes I have difficulty with programming logic especially when it comes to those common challenges suck as in HackerRank. Do you find those a good measure? How could I improve my logic?

fredasigurdsson
Автор

What exactly do the ( ) do in a reg ex? (Parenthesis). Kind of confused by this. Do they create “sub expressions”. Please explain. Thank you

andrewgarfinkel
Автор

Steve as you know regex help as to solve some problems with string, so why you don't make more video on solving problems in JavaScript including string problems with regex

ysotech