Search Results

1
vote

Python and “re”

You are probably being tripped up by the different methods re.search and re.match. …
8
votes

Regexp recognition of email address hard?

There are a number of perl modules (for example) that do this. Don't try and write your own regexp to do it. Look at Mail::VRFY will do syntax and network checks (does and SMTP server somew …