Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Yes. If you are going for equivalent, this would be it:

  pat = re.compile(r'^ [a-z] [a-z0-9]* @ [a-z]+ \. [a-z]+ $', re.I | re.X)
I took a few liberties in crafting the reduction.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: