Regular Expressions (RegEx) Tutorial #7 - Special Characters

preview_player
Показать описание
Hey all, in this RegEx tutorial I'll introduce you to some more special characters which exhibit very diferent behaviours when placed in a RegEx pattern.

----- COURSE LINKS:

======== Other Tutorials =========

----- NODE.JS TUTORIALS

----- MONGODB TUTORIALS

======== Social Links ==========

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

6 years, and still helpful
thank you for creating this playlist

KENNY-smmp
Автор

This is most amazing playlist of regex before that i always scared to face a problem on regex. Thank You so much for your videos .

ajaywadhwa
Автор

straight foward not wasting time at all

devSackey
Автор

Hands down, you're the best code teacher i came across. In general, but specifically with JS for me. I really dont understand the buzz around Traversy. He is a programmer, and probably an amazing one, but he's not a teacher. You are, and thats the biggest compliment one can get. While many people can program, only a handful can teach it.

morathanan
Автор

I've seen many tutorials for the regular expressions but your tutorial is the best among all. Keep it up:)

vishnum
Автор

this is the clearest tutorial I find online. Great job!

cliffrunner
Автор

To me, this was a refresher, but it was nice to see the classic special char. operations in one video package. Well done!

jimdecker
Автор

I love Regular expressions! It is so genius!

avtem
Автор

Still valid, no BS, worth my time. Thanks and Cheers

expanse
Автор

Thanks, man, from Ukraine!
You're Greate!

AO-ctjs
Автор

great job on addressing the special character!

el
Автор

You've taken the most intimidating topic for me to learn and made it very achievable! Thanks!
Also, do you call ^ a carrot? You say it very quickly so I can't tell. I actually have no idea what I think this character is called.

matsnyder
Автор

so the * symbol is like a mixture of ? and +

FloofyTanker
Автор

What happens if you have 'abac'? Why doesn't it find 3 instances ?

kornelijekovac
Автор

doesn't '?' symbol mean lazy match, which finds the smallest possible part of a string that satisfies a regex pattern? if not, how to differentiate them?

heavydirtysoul
Автор

hey!
just to clarify, the only difference between '+' and '*' till this video is that the * can be used to match ZERO or more characters but a + can be used only for ONE and more
am i right??

bhagyashreerane
Автор

Hi. Is there a way to put a range of symbols like the one used for letters and numbers. Such as a-z, 0-9

azrulnizam
Автор

could you please give some practical examples? for example hex colors, rgb colors, emails, urls and etc.

sayid.malekdoost
Автор

How to replace special characters in e-mail address column except @ and dot in python using replace or reg exp

DeepakKumar-fxhr
Автор

Love the tutorials, but the way he says RegEx 😂 'ReJex'

RaulVillalobos