Getting the whole matched string in Python

Posted by Poromenos on Sun 24 Feb 2008 01:36 PM — 2 posts, 14,398 views.

Greece #0
I've looked around a bit for this, but I can't figure out how to get the entire matched text in Python. In other languages it's the match with index 0, but in Python that's the first match. Any idea, anyone?
Greece #1
Never mind, it's -1 :/