+ 1
re.search
Why does re.search for strings like âabababâ return âababâ? Iâm not sure what to do so it returns âabâ. Maybe I should change the pattern?
1 Answer
Why does re.search for strings like âabababâ return âababâ? Iâm not sure what to do so it returns âabâ. Maybe I should change the pattern?