I like how you make mistakes. I mean, we are learning but so are you. There is no fun to learn from those who know too much and are way too perfect. I don't know how others see this as, but I take it as a good way of teaching.
we can also use 'r' just before double quotes in order to avoid typing '\' before each of special characters..... pattern =re.compile(r"[a-zA-Z0-9.-_]+@[a-zA-Z0-9.-_]+.[a-zA-Z]+")
Cant u just find string s="@gmail.com " Once u find it the string between last space or " " is the username just take that and add @gmail.com Well here is a email address in a sentence
And if u want to know how to find @gmail.com then Pickup 1st 10 char check if its equal to @gmail.com If not then pick next 10 When u find it start going in reverse order untill u find space and that ur email
We also want to be able to find other websites in the email addresses, like support@cleverprogrammer.com regex allows us to find any email website, not just gmails! - Aaron
I like how you make mistakes. I mean, we are learning but so are you. There is no fun to learn from those who know too much and are way too perfect. I don't know how others see this as, but I take it as a good way of teaching.
Amazing as always
Why thank you 🤓 It’s nice not getting shoved in a locker
- Aaron
very informative vdo bro keep rocking
Thanks! -Aaron
Amazing I need more projects😅😅
Projects are life 🙏🏻
- Aaron
@@CleverProgrammerhey Aaron, you are amazing
we can also use 'r' just before double quotes in order to avoid typing '\' before each of special characters.....
pattern =re.compile(r"[a-zA-Z0-9.-_]+@[a-zA-Z0-9.-_]+.[a-zA-Z]+")
Yeah! raw strings!
What's raw string?
I am having a trouble I typed the exact thing. It says match object and then the address. It actually doesn't show the word. Please help me.
Aaron Bernath the goat
Lol what up.
- Aaron
Cant u just find string s="@gmail.com "
Once u find it the string between last space or " " is the username just take that and add @gmail.com
Well here is a email address in a sentence
And if u want to know how to find @gmail.com then
Pickup 1st 10 char check if its equal to @gmail.com
If not then pick next 10
When u find it start going in reverse order untill u find space and that ur email
Well i guess urs is cooler then mine u did all that in just 5 line
We also want to be able to find other websites in the email addresses, like support@cleverprogrammer.com
regex allows us to find any email website, not just gmails!
- Aaron
69th viewer..... UGH
🤦🏻♂️.
- Aaron
No Many people understand this. Those who do, are already studying computer science so they find this pretty easy.