Awesome video! Straight to the point. There were a couple parts where I was like, wait, but what if you did this, and then you did it, totally answered all my questions! 10/10 Thank you! Keep up the great work.
i made the same you made in netbeans with jdk version 15 and tried other versions but not working , does regex differ from IDE and JDK to another version ?
\\d checks that there is a digit in a String. So, you can have different characters in your input String but if one of them is a digit, you will get true. If you want to match a String that has exactly one digit, you can specify that a String starts with a digit and ends with a digit. This regex would look like this: ^\\d$ Did I answer your question or still a bit confused?
Awesome video! Straight to the point. There were a couple parts where I was like, wait, but what if you did this, and then you did it, totally answered all my questions! 10/10 Thank you! Keep up the great work.
Thanks a lot for your comment! I am very glad to hear that!
This honestly the best regex video I have come across
Glad to hear that! Thanks a lot for your comment!
amazing video man
Probably the best video I have found on UA-cam about Regex. Very well explained! Thanks!
Thanks a lot! Glad to hear that!
Молоток! Классное видео. Хорошие примеры.
Спасибо!
Thanks for simplifying this. Regex in Java are really tedious and this helped a lot.
Glad to hear it helped you! Thanks!
Great video, loved the fast pace
Glad to hear it! Thank you!
Smart and simple. Thanks a lost. I think now I can confidently start playing with REGEX. I'll check your other videos.
Thanks a lot for your comment! I am very happy to hear that! :)
Great video man! Honestly , helped me a lot.
Glad to hear that! Thanks a lot for your comment!
This is awesome ❤
The best explanation of regex, thanks.
Thanks a lot, Yuliia!
Great video
It literally helped sir. Thank you, I learnt a lot about Java Regular Expressions
Very glad to hear that! You are welcome! :)
simple and to the point. thank you!
Thank you! Glad to hear that!
I almost gave up on this until i found the video.. Great explanation
Glad to hear that! Thank you for your comment!
Man you are a life saver!
Very glad it helped you! Thanks!
Awesome, subscribed, thank you
Thank you!
This was helpful brotha i will recoomend this video for my friend. Thanks.
Glad to hear that! Thank you!
Thanks. amazing video. My question is if you could also use parse to integer instead of doing value of?
Excellent Explanation ❤
Hope you get great recognition ❤️
Thanks a lot
Great video. Thanks.
You are welcome! Thanks for your comment!
wow, this video is amazing. thanks so much
Thanks a lot for your comment!
Awesome explanation
Thank you!
Really appreciate you my friend 👏👏👏 You explanation is excellent !!! Keep your excellent work going 🙌🙌🙌
Thanks a lot for your comment! Will do! :)
This video helps me alot . Thank you 🥰❤️.You deserve more like.
Thanks a lot! Hopefully more likes are coming soon :)
Very good short video👍
Thank you!
Great video man. Helped me out of a huge bind! - fellow cybersecurity eng
Glad it was useful! Thanks for your comment!
Wonderful 👍
Thanks a lot!
Perfect. thank you brother
Thanks for your comment! You are welcome!
Thanks, nice explanation
Glad it was helpful!
Thanks a lot,I learned sth
Glad to hear that! Thanks for your comment!
thanks bro!
You are welcome bro!
i made the same you made in netbeans with jdk version 15 and tried other versions but not working , does regex differ from IDE and JDK to another version ?
Thank you ❤
THank u very much!
You are welcome! :)
you deserve more subscribers
Thank you! Hopefully will be the case soon :)
Thanks sir
You are welcome sir!
@@ifelsestatement7803 Because of your video, my first round of interview got cleared.
Great content..
Thanks.
@@whychiggygaming2422 Wonderful! Thanks!
Gracias :D
You are welcome!
if I do agent \\d and write agent 007 it gives me true, not false. I don't know why.
In your case it gives you false. Why?
\\d checks that there is a digit in a String. So, you can have different characters in your input String but if one of them is a digit, you will get true. If you want to match a String that has exactly one digit, you can specify that a String starts with a digit and ends with a digit. This regex would look like this: ^\\d$
Did I answer your question or still a bit confused?
Very useful tutorial but I think you went slightly too fast. I was not able to keep up. I will watch the tutorial again. Thanks
Thanks a lot for the feedback! I will try to make it not too fast for my next videos
love u
Thank you! Likewise, Justyna!
regex is hideous
It literally helped sir. Thank you, I learnt a lot about Java Regular Expressions