How do I do an "OR" for my python regex?

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-04-29T00:19:15Z Indexed on 2010/04/29 0:27 UTC
Read the original article Hit count: 337

Filed under:
|
re.compile("abc")

I would like to do "abc" OR "xyz".

© Stack Overflow or respective owner

Related posts about python

Related posts about regex