You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, I want to extract only e-mail's from this domains. I know I can save htmls and than extract emails, but is it possible to extract it in one step? If this is e-mail regex:
I would like to extract e-mails from several domains. Lets say I have only two:
domains <- c("http://www.aldautomotive.hr", "http://www.bks-leasing.hr")
Now, I want to extract only e-mail's from this domains. I know I can save htmls and than extract emails, but is it possible to extract it in one step? If this is e-mail regex:
emailRegex <- "^[a-zA-Z0-9.!#$%&'* /=?^_
{|}~-] @a-zA-Z0-9?(?:.a-zA-Z0-9?)*$"`How can I extract only that e-mails, but anything else? It seems KeyWords argument don't accept regex?
The text was updated successfully, but these errors were encountered: