[regex_06] python regular expression tutorial - findall and groups

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Pythonic Accountant at 6m you forget to execute line 9 to update new_text after you updated the email addresses. That's why the regex in line 10 didn't match when you executed it. You'll see the email addresses are in the old format when you subsequently run your regex too

CaspersCuts
Автор

Hi, is here '\.' same as ' [.] '? Thank you!

kevinshao