Regular Expressions Made Easy with Java - 2019 Tutorials

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024

Комментарии • 88

  • @pradyumn2692
    @pradyumn2692 Год назад +2

    You are doing a service to humanity sir. Love from India.

  • @jeevansaimanikanta782
    @jeevansaimanikanta782 4 года назад +19

    Thank you so much Sir. The tutorial is very informative and easy to understand. Your explanation is very good.

  • @kfcronin
    @kfcronin 4 года назад +11

    This tutorial was so helpful to me. Thank you so much!

  • @pythonsalone
    @pythonsalone 4 года назад +12

    It's really an amazing tutorial. I have problem with string Builder as well.

  • @zechariahhounwanou8462
    @zechariahhounwanou8462 2 года назад +1

    This was insightful, came all the way from your Fleetms v2 just to get your thoughts on Regular Expression.

  • @monishhs1253
    @monishhs1253 Год назад

    Thank you so much for explaining this in a simple manner

  • @bereketyisehak5584
    @bereketyisehak5584 2 года назад +1

    Thank you. Needed quick regex intro for my homework.

  • @expansivegymnast1020
    @expansivegymnast1020 2 года назад

    This is what a real pro looks like. Thanks so much!

    • @moatef1886
      @moatef1886 2 года назад

      Interesting user name, are you a gymnast? Or, were you?

  • @cosmnick2805
    @cosmnick2805 Год назад

    easy to understand explanation, very usefull

  • @gauravmishra2448
    @gauravmishra2448 2 года назад

    nice and clear cut explanation

  • @DurgaShiva7574
    @DurgaShiva7574 4 года назад +14

    hi this was an awesome and amazing video...want to learn more from you..can you please give me the NEXT video link of THIS SERIES, where you have taught REGEX in JAVA...hoping to hear from you soon

  • @mohamedmohidiin6787
    @mohamedmohidiin6787 2 года назад

    this vedio is very helped me for your claer explannation , due to i have presentation , thanks sir

  • @Lyosha.
    @Lyosha. 2 года назад +1

    This is awesome but I don't see the continuation of this lesson anywhere on your videos. How can I find it ?

  • @TimurBelekov-p6l
    @TimurBelekov-p6l 6 месяцев назад

    Thanks a lot for the video! It was super helpful

  • @biswajitsahoo1456
    @biswajitsahoo1456 2 года назад

    this man literally got confused for half a min straight 3.35 to 4.10 :)) btw nice teaching there :) love it

  • @Juan-Hdez
    @Juan-Hdez 2 года назад +1

    Could you please share the link to the follow-up video?

  • @stith_pragya
    @stith_pragya 2 года назад

    Thank You So Much Kindson Brother..................................🙏🙏🙏🙏🙏🙏

  • @oneon_037
    @oneon_037 3 года назад +1

    Finally i understood.... thanks

  • @jeppygurubat351
    @jeppygurubat351 2 года назад +1

    Hi Can you Help me with this one.
    Thank you!
    Create a Java program that determines if two (2) words rhyme.
    1. Write the import statements to be able to use Scanner, Pattern, and Matcher.
    2. Enable user input.
    3. Create three (3) String variables.
    • word1 shall store the first word.
    • word2 shall store the second word.
    • sub shall store the last two (2) letters of word1.
    4. Initialize a Pattern as defined by the regular expression "L {}"+ sub+"" For the first blank, allow uppercase and lowercase letters. For the second blank, allow either 1 or 2 letters before sub (contains the last two (2) letters of word1).
    5. Initialize a Matcher to store a possible match between your pattern and word2.
    6. Use the matches() method to check if the two (2) words rhyme.

  • @hdjksa52
    @hdjksa52 Год назад

    Thank you so much for this.

  • @saturnteatree
    @saturnteatree 2 года назад

    Where can i find the matching boundaries link???

  • @javlontursunov6527
    @javlontursunov6527 2 года назад +1

    Bro thank you so much for the turorial. Please make other videos related to other clasess of the Java Regex

  • @mohindrasingh2208
    @mohindrasingh2208 2 года назад

    Thanks Sir, You teach me regex easily

  • @LoveToCode7
    @LoveToCode7 3 года назад

    I can't find a link to the next lesson on Regex. I need more complex Regex to handle some validations.

  • @eagle1341
    @eagle1341 6 месяцев назад +1

    Brilliant 👏

  • @Servum24
    @Servum24 Год назад

    Excellent video!

  • @rahulmaan2862
    @rahulmaan2862 4 года назад +1

    Good explanation and very informative document attached to the description. Thanks!!!

  • @Juan-Hdez
    @Juan-Hdez 2 года назад +1

    Very useful. Thank you!

  • @anilsuyal
    @anilsuyal 3 года назад +1

    Really Easy Explanation, thanks a lot for this😙

  • @bobmac3542
    @bobmac3542 3 года назад

    Thanks, mate this helped me with my uni assignment

  • @veerakumarn739
    @veerakumarn739 3 года назад

    Here I see many comments but as a student I want to said that You have to improve the teaching skills sir.
    Thank you sir. Thanks for the video !!!

  • @willforrhall
    @willforrhall 2 года назад

    Very well explained

  • @koeacjays
    @koeacjays 3 года назад +1

    It is very clear tutorial, thx :)

  • @qufloat2144
    @qufloat2144 2 года назад

    thank you brother !

  • @angydust666
    @angydust666 4 года назад +2

    Thanks Bro--- learned a lot!!!

  • @heshamabuzaid4293
    @heshamabuzaid4293 4 года назад +1

    Thank u for explaining.

  • @tankiman3489
    @tankiman3489 3 года назад +1

    Nice explanation, thank you

  • @pete6155
    @pete6155 3 года назад

    thank you brother, god bless you🙏

  • @BooBar2521
    @BooBar2521 3 года назад +1

    Very helpful thx dude

  • @salimtheone
    @salimtheone Год назад +1

    thank you

  • @dhruvc1171
    @dhruvc1171 4 года назад +1

    Great Video!

  • @kamui7424
    @kamui7424 Год назад

    thanks a lot buddy

  • @glowymeteor3559
    @glowymeteor3559 Год назад

    You're the best

  • @yashpatodkar220
    @yashpatodkar220 2 года назад +1

    Explanation link not available

    • @KindsonTheTechPro
      @KindsonTheTechPro  2 года назад

      The link is updated now ☺️ www.kindsonthegenius.com/java/java-regular-expressions/

  • @willforrhall
    @willforrhall 2 года назад

    I can’t find the next video

  • @srini.....
    @srini..... 3 года назад +1

    Super bro👌 very useful

  • @atomic115
    @atomic115 3 года назад

    Very helpful!

  • @jackscrubby
    @jackscrubby 2 года назад

    Super helpful Video :)

  • @fathimasyed4232
    @fathimasyed4232 9 месяцев назад +1

    good one/

  • @mdhossain529
    @mdhossain529 4 года назад

    Thank You Very Much Sir.

  • @abeard1
    @abeard1 4 года назад +1

    Very nice video!

  • @aniskadri140
    @aniskadri140 3 года назад +1

    Merci

  • @christianogbonda7740
    @christianogbonda7740 4 года назад +1

    nice one but please use more descriptive variable names

  • @prashant2123
    @prashant2123 4 года назад

    Thank you Sir, Please next Video of this part

  • @rangan_dasgupta
    @rangan_dasgupta Год назад +1

    I didn't understand anything

  • @The-Film-Maker
    @The-Film-Maker 4 года назад

    Clear one.

  • @IamAWESOME3980
    @IamAWESOME3980 2 года назад +1

    great tutorial. you nigerian?

    • @KindsonTheTechPro
      @KindsonTheTechPro  2 года назад

      Many thanks. Yes, I'm Nigerian, Why do you ask

    • @IamAWESOME3980
      @IamAWESOME3980 2 года назад

      @@KindsonTheTechPro I know several Nigerian students back in college so I can usually tell.

  • @fastiron272
    @fastiron272 4 года назад +1

    The video was real good but too many ads

    • @KindsonTheTechPro
      @KindsonTheTechPro  4 года назад

      Thanks a lot. Sorry for that. This is from RUclips, I think you can just skip them

  • @payalsingh1603
    @payalsingh1603 2 года назад

    Your explanation was very helpful I just had a lil problem with your english accent 😅

  • @jamesmakume2630
    @jamesmakume2630 3 года назад +1

    So you refused the temptation to write 666? lol

  • @djhi-tek9249
    @djhi-tek9249 3 года назад

    Wtf a N software engineer ????

  • @pickle5297
    @pickle5297 Год назад

    Thank you

  • @kyawn5115
    @kyawn5115 3 года назад

    Helped a lot! Thanks

  • @sandeshkumar9156
    @sandeshkumar9156 2 года назад

    Thank you