JavaScript Video Tutorial Pt 6

[ad_1]
Best JavaScript Book :

In this part of the JavaScript Video tutorial I will introduce Regular Expressions. I go over all the JavaScript Regular Expression functions.

Code is Here:


Posted

in

by

Tags:

Comments

40 responses to “JavaScript Video Tutorial Pt 6”

  1. RazorscreaM Amvs Avatar

    I enjoyed this tuts so far very helpful and the pace is very good ^^

  2. satinder gill Avatar

    simply awesome
    Thanks !!!

  3. Ammad Khokar Avatar

    You are perfection

  4. László Szoboszlai Avatar

    great tut as usual but i would use digit instead of number….

  5. Orlando Luteru Avatar

    owesome thanks mate, subscribed.

  6. Mr. Corn Avatar

    I swear to god these tutorials get more complicated as each episode.

  7. Akshay Kumar Avatar

    hi sir … i want a regular expression for password validation….. like 0-9, a-z, A-Z, and any special characters… please help me ….. thanks

  8. Bre Fujimoto Avatar

    well hello to you too sir!

  9. sasan habibian Avatar

    your voice is like a machin voice's! and that is bother!!

  10. Kumar Kumar Avatar

    dude…   really good…

  11. Matt Dathew Avatar

    i 1st skipped this thinking it was too hard, then tutorial 7 sent me back

  12. SabakuNoDante Avatar

    I`m really grateful for Your time,efforts and dedication Derek ! Thanks to you I've been able to learn, understand and improve various valuable things ! Keep up the good work ! Your tutorials are the best in any aspect compared to the others (descriptive, well organized and well structured).

  13. Kenny Zhang Avatar

    Thank you so much!

  14. Sandy Rizky Avatar

    dude you're great teacher, thank you very much for this great tutorial videos 🙂
    and you have a new subscriber here 🙂

  15. Anish Shah Avatar

    Great tutorial. Helped immensely to make a start with RegEx in javascript.
    (Have trouble understanding the item names in your Vegan recipe tutorials though 😉 )

  16. Ronnie Javien Jr. Avatar

    I can't believe that I am able to watched 1-6 video tutorials . Awesome

  17. curiousfisherman Avatar

    always a clear and informative presentation, thanks!!!

  18. David Hackett Avatar

    Sorry not getting what your saying, your going to fast,  Your not explaining things clearly. Not getting the relationship between say the email address and the regexp..

  19. sunnywaves12 Avatar

    THANK YOU. So grateful… You have a new subscriber.

  20. goldenvocals369 Avatar

    I'm trying to format a bunch of phone numbers in google sheets and I was wondering if I could use regular expressions to delete all characters that are not numbers for example ( ) – or "(###) ###-####" would be reformatted as ########## where # is any digit 0-9 then once all the phone numbers are formatted that way you could have a menu option to format all phone numbers a certain way and if the certain. Country code is input the formatting would automatically follow the format of the countries dial plan.

  21. Vincent Celis Avatar

    You = awesome. Me = grateful.

  22. Kunal Mazumdar Avatar

    Absolutely Fantastic.

  23. Udit Agarwal Avatar

    thanks for your help ..
    was not knowing reg are so easy

  24. Gilfoyle Avatar

    Incredibly useful refresher for me, thanks.

  25. Twist3r Avatar

    u said [^0-9] mean anything specifically not a number then what if i put  ^ outside [, what would it represent ? for like this ->  ^[A-Za-z0-9] 

  26. Khaled Sobhy Avatar

    what if i don't want [A-Z]{2}.. I want countries abbreviation like US, UK.. is there a method to do that?

  27. Pesho Netev Avatar

    Fantastik RegExp tutorial. Thank you so much Derek.

  28. Kishore Sattu Avatar

    Got it.Thank you very much

  29. Derek Banas Avatar

    . – Represents any 1 character except a newline
    So if you want to search for a period you have to tell the regex processor that you are looking for a period and not any one character. You do that with a backslash

  30. Kishore Sattu Avatar

    sorry for my lack of knowledge but what do you mean by real period?

  31. Derek Banas Avatar

    Because a dot is used when defining a regular expression. To define that I'm looking for a real period I have to escape the period with a backslash

  32. Kishore Sattu Avatar

    can u please tell me why u used backslash before .(dot) in emaild regexp?

  33. Derek Banas Avatar

    Backslashes are used to create codes that represent letters, numbers, spaces, etc. I link to the code in the description. That may help

  34. Derek Banas Avatar

    Sorry about that, I only made sure the regex would work if there was one dot in the domain. I can get you one that works with yours if you need it?

  35. GordonS Avatar

    In the string search for the email address, not sure why you use {2.4}. Would this not fail to find my address which has the domain .org.uk – this could be a reason why linkedin fails if it tries to search my address book.

  36. Derek Banas Avatar

    You're very welcome 🙂 Yes that is pretty cool!

  37. Derek Banas Avatar

    You're very welcome 🙂 I thought faster tutorials would help many people learn easier. I'm happy you liked them. May God bless you and your family as well

  38. Bhagyesh Soni Avatar

    Mr. Derek Banas,
    Thank you very much for your videos. Its really nice to recollect in a fast track mode.
    Very helpful. God Bless you..

  39. Derek Banas Avatar

    I have all the code here plus more info on regular expressions that should help newthinktank. com/2011/02/javascript-video-tutorial-pt-6/

  40. oz adari Avatar

    im new in java script and i subscribed and liked even thow i got lost in the middle
    in my "webstie" im doing input check for a phone number
    i saw this in the web var isnum = /^d+$/.test(val);
    and i have no idead what that meaning is !

Leave a Reply

Your email address will not be published. Required fields are marked *