Hello,
I made a scraper to scrap all the urls of a website. I have a file that has all the urls.
I would like to make a regex that displays all external urls.
I can do a regex that displays the urls of "domain1", I'd do the reverse to find the external urls.
Do you have an idea to make the regex external urls?
I made a scraper to scrap all the urls of a website. I have a file that has all the urls.
I would like to make a regex that displays all external urls.
I can do a regex that displays the urls of "domain1", I'd do the reverse to find the external urls.
Do you have an idea to make the regex external urls?