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

It is not really the regex syntax itself that changes (not too many python specific constructs), but rather, how you apply it. For example, you might use capture groups and re.findall, which will return a list of tuples, or re.search, which will return a match object, both of which have different ways of iterating.


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

Search: