a + (ab or cd ) + g is my expression. How can I write a regex in Python to match these?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
To search this regex in a string, say
To extract matches, use EDIT: Updated after OP changed the regex. If you want it to match whitespace in between, things get pretty ugly ...
|
|||||||||||||
|
aandaborcdandeonce or do you need this in a recursive fashion? – typoknig Sep 9 '10 at 7:02