In this one, I simplified regex so that you don't have to be intimidated when you see it. Email Extraction Correction: A backslash is not needed when matching the 1st part of the email since a dot does not have a special meaning when used in brackets Correct regex is [\w.-]+@[a-zA-z\d-]+\.[A-Za-z]+ Subscribe LIKE and Share
In this one, I simplified regex so that you don't have to be intimidated when you see it.
Email Extraction Correction:
A backslash is not needed when matching the 1st part of the email since a dot does not have a special meaning when used in brackets
Correct regex is [\w.-]+@[a-zA-z\d-]+\.[A-Za-z]+
Subscribe LIKE and Share
Well explained. Thank you
Good Job. Thank you 👍
Thank you so much for your kind words!