can someone help me with this regexp please? I suck at regex 
Trying to find (Today's Nuze)
i tried the following with no success
Code:
preprocess_regexps = [
(re.compile(r'(Today)(.).*?(\\s+)(Nuze), re.DOTALL|re.IGNORECASE),lambda match: '')]
thanks
Last edited by TonytheBookworm; 09-17-2010 at 06:14 PM.
Reason: figured it out
|