I want to remove the addresses of sites, emails, etc ...
url_regex = re.compile(r'(?i)(<|\[)?(https?|www)?(.*)?\.(.*){2,4}')
mail_regex = re.compile(r'(?i)(<|\[)?@(.*)\.(.*){2,3}')
In this way, I could remove for example:
link...
asked by
11.07.2018 / 15:59