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?
Getting the whole matched string in Python
Posted by Poromenos on Sun 24 Feb 2008 01:36 PM — 2 posts, 14,398 views.
Never mind, it's -1 :/