Making sense of RegExp–or almost

preview_player
Показать описание
Try saying "RegExp Explain extension" out loud 10 times.

💁 Fun fact: the regular expression to validate email addresses comes from the HTML5 specs and it's what web browsers use. But it's NOT correct. The specs say it's a "willful violation of RFC 5322, which defines a syntax for email addresses that is simultaneously too strict, too vague, and too lax to be of practical use." 😬
Рекомендации по теме
Комментарии
Автор

Remember to lower your volume after watched this video guys.

mrhereandthere
Автор

Missed opportunity to call it RegExplain

fortnitegamer-phjg
Автор

Tried, very buggy (the extension was buggy, not the algorithm). The repo was last edited 2 years ago, which was forked from a repo last edited 4 years ago.

ZhiYin
Автор

Formal Language and Automata Theory in action there! (I'm referring to the transition diagram).

hemanthkotagiri
Автор

Jokes on you, I can read RegEx pretty well, but WRITING it is a real struggle.

comedyclub
Автор

What would be even cooler would be if it were called RegExplain and if you could do that explain on the Find bar whilst typing in a regular expression

SnackKingOfficial
Автор

even with these diagrams it's still mind twisting

buak
Автор

Missed the oppertunity to name it "RegExplain"

alenyohannan
Автор

Could you make the search and replace expand when a phrase is long enough? Writing regex with such a small input field is pretty tedious, especially when you want to capture or repeat a group

ZWZDOzLtxBEO
Автор

Caramba! Vou já instalar essa extensão!

FranciscoMarcosMilhomemAbreu
Автор

Whats is wrong with you guys, this video was recorded in portrait so it have huge vertical black bars, then converted in landscape which give another huge horizontal bars on top of it...

HenriqueAraujo
Автор

Nice.. Really I am working for 9 yrs but still didn't get

CloudMadeEasy
Автор

Validating an email from regex is cool and all but if you have not created a Context Free Grammer for that, you are not a programmer at all.

justacasualdeveloper
Автор

Why not learn about regex... It's actually not that hard....

dfelo
Автор

Please make the video louder next time.

lllIIlllI
Автор

can you let me just not learn it please...

docmaillou
Автор

Heck, i used regex for making a data language (just like json or xml) for my game engine, was hell to write them, some of them are 80 characters (just for a single /* ...\n */ | // comment)

Mempler