import string chars = string.ascii_letters + string.punctuation + string.whitespace chars = chars + "éèê" url_pattern = r"(http|https)\S*" user_naming_pattern = r"@\S*"