Simple Email Validation Check in Javascript

Simple Email Validation Check in Javascript

Online Tutorials

1 год назад

19,277 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@oleksiirudik9999
@oleksiirudik9999 - 26.04.2023 10:25

thanks for helpful lesson

Ответить
@tudorradu5848
@tudorradu5848 - 09.04.2023 15:06

Thank you!

Ответить
@MrEnigma2013
@MrEnigma2013 - 02.11.2022 16:13

Ответить
@128eggz
@128eggz - 12.10.2022 18:48

DONT use regular expressions to validate email addresses. You absolutely will (and have here) end up rejecting perfectly valid email addresses. For instance your regex rejects emails to the .info tld. Sure you can fix that, but then I'll just give you another edge case. And another. And another... And so on forever. If you want to validate an email address - send it an email.

Ответить
@ConstantineKa
@ConstantineKa - 10.10.2022 17:47

Can you please tell me value "pattern" is correct?

Ответить
@lundeveloper
@lundeveloper - 10.10.2022 11:21

I can do it without using js.

Ответить
@zbik
@zbik - 09.10.2022 23:11

Why not just use type='email' on the input? Browser will check for a valid email format (needs an @ and TLD)

Ответить
@debajitdas8991
@debajitdas8991 - 09.10.2022 22:03

Give your voice inside the video... plz plz plz plz

Ответить
@nested9301
@nested9301 - 09.10.2022 20:10

Use put the code on patreon really nigga

Ответить
@kirkanos771
@kirkanos771 - 09.10.2022 17:06

Beware using the uppercase text-transform. This can lead to issues in a few languages, masking what the user really typed in lowercase. There are sometimes two or more possibilities to get the uppercase version that will end up being compliant with the mail address specifications.

Ответить
@gigachad2419
@gigachad2419 - 09.10.2022 16:54

Cool!

Ответить
@mouhamedngom7875
@mouhamedngom7875 - 09.10.2022 16:49

Cool

Ответить
@zikrulloh_xamrayev
@zikrulloh_xamrayev - 09.10.2022 16:35

Very good

Ответить
@SoftwareTecnologia
@SoftwareTecnologia - 09.10.2022 16:32

Nice video, it looks pretty good

Ответить
@Mathew.78
@Mathew.78 - 09.10.2022 16:32

Bro I love your tutorial thank you

Ответить
@normalcoding
@normalcoding - 09.10.2022 16:31

Good luck bro 🐱

Ответить