REGEX - How to match and search any pattern or validate input? (Regular expressions 30-min course)

  Рет қаралды 67,305

CodeBeauty

CodeBeauty

Күн бұрын

Пікірлер: 106
@CodeBeauty
@CodeBeauty 2 жыл бұрын
📚 Learn how to solve problems and build projects with these Free E-Books ⬇️ C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook 🚀📈💻🔥 My Practical Programming Course: www.codebeautyacademy.com/ Experience the power of practical learning, gain career-ready skills, and start building real applications! This is a step-by-step course designed to take you from beginner to expert in no time! 💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10). Use it quickly, because it will be available for a limited time.
@cypher2226
@cypher2226 2 жыл бұрын
👍👍👍
@alaminshuvo3815
@alaminshuvo3815 2 жыл бұрын
I appreciate the way you spell each word clearly which makes your tutorial more understandable to everyone.
@gayleordway5065
@gayleordway5065 2 жыл бұрын
Your English is understandable. Your presentations make sense.
@MrsCoder_Ad
@MrsCoder_Ad 2 жыл бұрын
Hey Saldina i am aditya rannaware come from freecodecamp video you are the best tutor i ever had on youtude
@jervinevangelista7615
@jervinevangelista7615 2 жыл бұрын
Yes please Ms. Saldina. Create content with that interbase. Very fan of yours here 🤗
@mxbx307
@mxbx307 2 жыл бұрын
I don't know ANYONE who truly understand regex. Even the most brilliant programmers I know just use someone else's tool to generate it. Not worth the hassle and if I could name ONE thing about this line of work that makes my brain melt, regex would be it.
@chrisnandasaputra2708
@chrisnandasaputra2708 2 жыл бұрын
idk what regex is but im a man of culture
@Ghisisan_
@Ghisisan_ 2 жыл бұрын
Wow. Been using regex for quite some time - linux mainly or equipment CLI - but still managed to learn something new from your video. Congrats on choosing to make a video on this!
@graymatter1426
@graymatter1426 2 жыл бұрын
I never thought that regex would be used in password validation but now I do. Thank you so much for your high quality video and I would love to learn SQL from you in the next lesson.
@gollygobih6527
@gollygobih6527 2 жыл бұрын
Mee too, she published the first video related to SQL a few days ago. You can check it out here: kzbin.info/www/bejne/gnTWkJqYqLeUeaM
@FearAwaits
@FearAwaits 9 ай бұрын
I can watch this all day
@NOPerative
@NOPerative 2 жыл бұрын
sql course == yes RegEx + SQL = pretty much anything digital Good vid.
@joseramonlopez1113
@joseramonlopez1113 2 жыл бұрын
When I hear talking about regex I always remember this quote. If you a problem and you want to solve it with regex. Then you have two problems :D. Anyway your videos are always very good.
@yoyo-yx1qx
@yoyo-yx1qx 2 жыл бұрын
😂😂no lie here
@davidmurphy563
@davidmurphy563 2 жыл бұрын
So true!
@ihateorangecat
@ihateorangecat 2 жыл бұрын
but i find regex is pretty fun to do. maybe i just don't go deeper yet. i only know regex for like 3 weeks ago lol.
@tzimisce1753
@tzimisce1753 2 жыл бұрын
_One language to rule them all, one language to find them, one language to bring them all, and in the darkness bind them; In the Land of Context-Free Language where the shadows lie._
@anxonpues6018
@anxonpues6018 2 жыл бұрын
I think same as David Addis, we want more!, templates, structur, classes, which is the differences, the commons .. what's better to use in each case, I wonder sometimes when reading what's on the .h files how work those templates they use often and I can't follow the meaning... sure you read them as plain text ... It'll be good to listen your explanations.. and thanks for all your teaching
@nursultan.magauiya
@nursultan.magauiya 2 жыл бұрын
Started learn c++ with your videos. Thank You. Looking forward to see SQL course;) good luck)
@shinymp7691
@shinymp7691 2 жыл бұрын
The Coding Queen is back ❤👸👸👸
@CodeBeauty
@CodeBeauty 2 жыл бұрын
❤️❤️
@NipkowDisk
@NipkowDisk 2 жыл бұрын
Regular expressions... LOVE them. They can be difficult to debug at times, for sure, but the power of regexes is great indeed IMO.
@iamblue8272
@iamblue8272 2 жыл бұрын
regex are good when you write them, when reading them afterward or other's one is a nightmare
@shaikmustaqahammad489
@shaikmustaqahammad489 2 жыл бұрын
Lot of love from india❤️
@UwU-dx5hu
@UwU-dx5hu 2 жыл бұрын
I love your teaching and your bosoms😇
@davidaddis2525
@davidaddis2525 2 жыл бұрын
It's been a while since you last uploaded...it's good to see you again Saldi...please try to appload more videos on data structures like heap, map, tree...thanks a lot
@komaladigraja5383
@komaladigraja5383 2 жыл бұрын
It would be good if you publish SQL course... Looking forward to learn SQL in your words.
@loyd7654
@loyd7654 2 жыл бұрын
Input 3 integer then let the program determine the number that what number is the highest number, middle number, and lowest number in C++
@ScorpioHR
@ScorpioHR 2 жыл бұрын
I'm just going to leave this here: RegEx knowledge is vaporware - it's gone as soon as you're finished with the project. I re-learn every single time
@ikasugami
@ikasugami 2 жыл бұрын
Wildcards reference: "?" = what comes before appears once, or not at all "+" = what comes before appears at least once "*" = what comes before appears any number of times (0 or more) "." = any character (use a "\" before "." in order to specify a period in the string)
@MrEscmoba
@MrEscmoba 2 жыл бұрын
Greate course, i love it! Hugs from Brazil!
@michaelkifle2131
@michaelkifle2131 2 жыл бұрын
please make sql and C# course
@sanjaymangallapalli3309
@sanjaymangallapalli3309 2 жыл бұрын
Your data structures & algorithms videos are so easy to understand . You explained in a simple manner . Make more videos on dsa madam
@nagraj7569
@nagraj7569 2 жыл бұрын
Hi saldina, you're teaching style is just awesome, algorithms and way of write code is very nice. Why don't yo to create an another separate video on monty hall problem where you explain your program. Your channel playlist should have these type of tricky programs. Thanks you.
@phillipeaam
@phillipeaam 2 жыл бұрын
Thanks for this content.
@r3dat29e
@r3dat29e 2 жыл бұрын
This was so informative. Thank you so much.
@dipro_ghosh
@dipro_ghosh 2 жыл бұрын
Love from India.. Will mail you soon. Need some serious C++ guidance from you Saldina! Loads of thanks ☺️☺️
@immipixediter210
@immipixediter210 2 жыл бұрын
I m PAKISTANI
@sanjaymangallapalli3309
@sanjaymangallapalli3309 2 жыл бұрын
Eagerly waiting for your videos mam for 1 month.
@anga6275
@anga6275 2 жыл бұрын
some simple SQL would be cool, go for it :)
@marjanjovanovic6643
@marjanjovanovic6643 2 жыл бұрын
Hi, sorry i know this is not a topic for this teaching but is there a possibility that you are teaching C#? I only have basic knowledge of programming (OOP ...), so I don't know if this question makes sense. Thanks in advance
@delcambrem
@delcambrem 2 жыл бұрын
Thank you CodeBeauty!
@belaidabdelhadi
@belaidabdelhadi 2 жыл бұрын
Hey Saldina , thank you for the great content you're providing . It would be great to make some videos abut making Qt Software (CPP + Qt GUI)
@GodofNow
@GodofNow 2 жыл бұрын
Thanks! For This Tutorial 👍
@nevram0101
@nevram0101 10 ай бұрын
Yes please use mySQL tutorial with C++
@Kingston7685
@Kingston7685 2 жыл бұрын
Just loving it
@truecodeface
@truecodeface 2 жыл бұрын
Hi dear saldina, i am thinking with my self about the destiny of my letter that already i have sent you , i don't know why it took too much long time?????? if some thing is wrong with this and if any other problems , please let me know about the issues . once again thanks a lot from your great patience.
@korayustundag
@korayustundag 2 жыл бұрын
I liked it very much. You help me a lot. Thank you. Can you show us how to make a Win32 Desktop application with Visual Studio?
@SanthoshKumar-vd3bh
@SanthoshKumar-vd3bh 2 жыл бұрын
I want to become a game developer now am learning cpp is this the correct way to getting Into the gaming industry
@jsmvlogs2001
@jsmvlogs2001 2 жыл бұрын
Miss I need sessions to solve my programme can you help me please?
@mahdies9620
@mahdies9620 2 жыл бұрын
nice tutorial, ( my vim has auto completion but c++ builder doesn't have )
@anxonpues6018
@anxonpues6018 2 жыл бұрын
All fine, clear explanations, as always the best English to listen ! I wonder why in editfields can't enter special characters that need to be entered like ALT-274 o ALT-0171 to obtain « or » ??
@RAJA-di5qj
@RAJA-di5qj 2 жыл бұрын
Thanks teacher👏
@charlesselrachski34
@charlesselrachski34 2 жыл бұрын
I hope she can lead the way and cover nim,zig, and phix-lang
@simonfarre4907
@simonfarre4907 2 жыл бұрын
Shouldn't the regex be made constexpr (if that's even possible with the standard library regex, i know it's possible with the ctre library) or at least moved out of the validate function and be made static const? Compiling the regex like that at run time seems unnecessarily costly, although, for such a small function, I suppose it's not really needed.
@iSuperBlack
@iSuperBlack 2 жыл бұрын
teach me anything and i will understand it babe. lovely brain booster ;3
@Defender_IQ
@Defender_IQ 2 жыл бұрын
💯💯💯💯💯 Thank You Very Much
@dmbworks8094
@dmbworks8094 2 жыл бұрын
i used to have to write conditional loops that would check every character.
@TonyStark-lw7lv
@TonyStark-lw7lv 2 жыл бұрын
Can you please make a course on SQL.
@ramadanlotfe829
@ramadanlotfe829 2 жыл бұрын
Can you make source about SQL in one video l think it's a good
@arshmaanali714
@arshmaanali714 2 жыл бұрын
Plz make more videos 🙏🏽🙏🏽🙏🏽🙏🏽🙏🏽🙏🏽🙏🏽🙏🏽 related to data structures in C++ 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
@unninn4586
@unninn4586 2 жыл бұрын
Just a quick question out of curiosity. Does the regex_search for "(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[$_@])(?=.{6,})" pattern (example from the video) result in giving the same bool value as the regex_match for: ".*(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[$_@])(?=.{6,}).*" pattern ? (In case of not being able to distinguish the two, the difference is the ".*" at the beginning and the end of pattern).
@dushes_botalov
@dushes_botalov 2 жыл бұрын
Omg thank u 🥺
@sabinanurak9633
@sabinanurak9633 2 жыл бұрын
Love it! ❤️
@didier_lu
@didier_lu 2 жыл бұрын
Excellent, thank you very much!
@cypher2226
@cypher2226 2 жыл бұрын
Lovin it
@josephmweru9654
@josephmweru9654 2 жыл бұрын
Love your work. Keep it up.
@kubuzeer6510
@kubuzeer6510 2 жыл бұрын
Can you do a video about std::vector? It's a bit confusing for me and still don't know fully how to use it
@MariadelosAngelesLecchiniBenit
@MariadelosAngelesLecchiniBenit Жыл бұрын
how do I replace lowercase characters with uppercase characters ? I try the \U thingy and it doesn't work (I'm using MSVS with the Ctrl+H command to "find and replace")
@rcookman
@rcookman 2 жыл бұрын
Thanks, useful.
@jperez544
@jperez544 2 жыл бұрын
Excelente! Great job!
@immipixediter210
@immipixediter210 2 жыл бұрын
How to build Gui calculator in C++
@nerokakashi939
@nerokakashi939 2 жыл бұрын
Here is a Heart for you ❤️☺️
@CodeBeauty
@CodeBeauty 2 жыл бұрын
❤️🌞
@nerokakashi939
@nerokakashi939 2 жыл бұрын
@@CodeBeauty i wish you the most beautiful Days and Love 😇🤗❤️💐
@southhillfarm2795
@southhillfarm2795 2 жыл бұрын
Can you explain this on an only fans site?
@mdabdullahsohag5858
@mdabdullahsohag5858 2 жыл бұрын
Nice u!
@rcookman
@rcookman 2 жыл бұрын
I want to learn about irregular expressions. Oh wait they don't exist.
@rafaelraimer
@rafaelraimer 2 жыл бұрын
Learn REGEX in 30 minutes + 10%.
@CodeBeauty
@CodeBeauty 2 жыл бұрын
Am I clickbaiting people by writting 30 minutes instead of 33 minutes? 😏🤔
@chicoxiba
@chicoxiba 2 жыл бұрын
since day one emails can have numbers.. why suddenly E.M.? confused
@CodeBeauty
@CodeBeauty 2 жыл бұрын
I just provide knowledge, you can do with it as you please. Wetheryou want to forbid or allow numbers in email addresses, that is up to you 😁
@chicoxiba
@chicoxiba 2 жыл бұрын
@@CodeBeauty 🙏
@revtube9294
@revtube9294 2 жыл бұрын
#Saldina i really desperately need your help. I'm a CS student and u know a lot about RAD studio and i wanna create a project for which i need your help
@revtube9294
@revtube9294 2 жыл бұрын
anyone else interested can contact me
@mohamedawadin3154
@mohamedawadin3154 2 жыл бұрын
?thanks 💙💚 can I communicate with you
@d_113d
@d_113d 2 жыл бұрын
❤️❤️❤️
@immipixediter210
@immipixediter210 2 жыл бұрын
I m python engineer
@vimalkumardubey6834
@vimalkumardubey6834 2 жыл бұрын
she sounds like Kaitrina kaif.!😳
@davidmurphy563
@davidmurphy563 2 жыл бұрын
Ugh, regex is sooooooo painful. It's succinct and powerful but my god is it a pain in the bottom.
@colinmaharaj
@colinmaharaj Жыл бұрын
Hi, I have an older version of C++ Builder XE4 Pro and got this to work.. #include // Include in top of C++ file TRegEx * regex=NULL; // Declare a regex object AnsiString regx = "(Test)([0-9])+"; // Create a regex rule regex = new TRegEx(regx); // apply it when initializing TMatchCollection mycoll; // A variable to take results AnsiString testStr = "Test123"; // Make a string, with value mycoll = regex->Matches(testStr); // Test the string against the regex if (mycoll.Count > 0) FoundMatch=TRUE; // Determine success or failure. else FoundMatch=FALSE;
@colinmaharaj
@colinmaharaj Жыл бұрын
For the 'ell of it, I tried to code my own Regex. I know, I do that from time to time.
@JakubSK
@JakubSK 3 ай бұрын
I know regex.. but maybe you can give me a private lesson 😉
@actionkey8042
@actionkey8042 2 жыл бұрын
CodeBeauty hi Beauty, you are Beauty
@desys.
@desys. 2 жыл бұрын
Opening a new video just to see her mouth XD
@mgstivig585
@mgstivig585 2 жыл бұрын
Neki keyword tool 😂😂 Nice nice
@vitaly7196
@vitaly7196 2 жыл бұрын
Such beautiful and big eyes.
@corndog9482
@corndog9482 2 жыл бұрын
lol
@csdoit
@csdoit 2 жыл бұрын
He😅
@vadimmakarov7515
@vadimmakarov7515 2 жыл бұрын
русская чтоли?)
@elik3765
@elik3765 Жыл бұрын
I couldn't learn a thing...
@colinmaharaj
@colinmaharaj Жыл бұрын
Had to code a Directory file name search and because of the escapement we got this... AnsiString dir_patt = "[A-Za-z]:[\\\\][A-Za-z0-9\\\\-\\\\_-_\\.-\\.]*";
SMART POINTERS in C++ (for beginners in 20 minutes)
24:32
CodeBeauty
Рет қаралды 103 М.
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 47 МЛН
Car Bubble vs Lamborghini
00:33
Stokes Twins
Рет қаралды 42 МЛН
Exception handling in C++ (How to handle errors in your program?)
24:46
Defining Regular Expressions (RegEx) - Computerphile
18:29
Computerphile
Рет қаралды 86 М.
Regular Expressions (Regex) Tutorial: How to Match Any Pattern of Text
37:55
Learn .NET MAUI - Full Course for Beginners | Build cross-platform apps in C#
4:08:53
Complete Regular Expressions Tutorial! (with exercises for practice)
1:19:21
Using Regular Expressions - Computerphile
11:39
Computerphile
Рет қаралды 125 М.
IPhone vs sony ericsson #iphone #sonyericsson
0:12
Tech Crazy Man
Рет қаралды 3,7 МЛН
Кто-то купил WinRar? #shorts #шортс #новости #факты
0:53
This is Хорошо
Рет қаралды 4,3 МЛН
Крошечный Mac Mini на M4 Pro. Л - Любовь.
10:41
HP kalian bisa gini gak #shorts
0:12
Febri Andana Channel
Рет қаралды 565 М.