Learn Regular Expressions (REGEX) in 20-Minute with Practical Example + Free Notes🔥

preview_player
Показать описание
Welcome, Unlock the power of JavaScript regular expressions with our quick and practical guide! In just 20 minutes, learn how to effectively use regex in JavaScript to streamline your coding projects. This tutorial is perfect for developers looking to enhance their JavaScript skills, offering step-by-step instructions on creating, understanding, and implementing regular expressions. Whether you're validating user input, searching text, or parsing data, this guide ensures you master the essentials of regex in JavaScript. Ideal for beginners and intermediate developers alike, this presentation will elevate your coding efficiency and precision.

Get all the Notes + Source Code at no cost 👉

-------------------------------------------------------

-------------------------------------------------------
📢 Checkout our world best JavaScript Course Part 1 & 2 👇

--------------------------------------------------------
Before Learning JavaScript, Don't forget to watch 👇

-----------------------------------------------------
✌️ Become Member, get access to perks, free Source code, & more..

-----------------------------------------------------

⏳ TIMELINE ⏳
0:00 - Introduction
1:36 - Basic Syntax of Regular Expressions
11:32 - Comments & Feedback
12:00 - Live Coding: Regex for Email Validation
22:10 - Solve the Code Challenge
24:10 - Outro
Рекомендации по теме
Комментарии
Автор

Hope you all love the video :) Plz LIKE SHARE & SUBSCRIBE :)

ThapaTechnical
Автор

bot videos dekhe leki samjh ab aya thanks sir 🙏🙏🙏🙏🙏🙏🙏🙏🙏

AnkitKumar-xmuu
Автор

Thanks a lot ❤❤❤

Waiting for React JS 😊😊😊

AmanKumarSinhaOfficial
Автор

You forgot to include '-' in the domain part and also you forgot to not let two special characters repeat in the domain part of the email.

function validateEmail(email)
{
return /^[A-Za-z0-9]+(?:[._%+-][A-Za-z0-9]+)*@[A-Za-z0-9]+(?:\.\-{0, 1}[A-Za-z0-9]{2, })+$/.test(email);
}


correct code line that includes the presence of hyphen and also makes it so that two special characters can't be but consecutively.

anshumankhanna
Автор

bhai its 2024 and you have mic but still your mic quality like old videos there is some noise in your bg voice

gauravparasar
Автор

Its little confusing, than other videos, may be the topic is so uncanny.

happy.-.sharma-cv
Автор

I am sorry to say but this REGEX video was confusing and did not cleared the doubts and concepts please make another video focusing over the content quality and explanation

PunjabiJatt-vi