thanks it seems like it works...
but now another question i want to keep only specific text from the websites which i am scraping, thats why i use the function block with the regexmatch. But the regexmatch function matches only the first pattern
for example i scrape a proxy list website which contains this: 127.0.0.1:80, 128.0.0.2:81, 129.0.0.3:83
the regexmatch function will only matches the first ip "127.0.0.1:80"
how can i match everything ?
thank you