RSS Python regular expressions help please
Posted: January 18th, 2010, 9:42 pm
Hi,
Trying to filter RSS say "12" and not wanting anything but that number, ie no E12 or S12 (I know I can use Reject for those).
How do I express the filter in Python? I have tried to get my head around it but cannot work it out, I get confused. I blame my age :-)
I know I need to start the filter with; 're:' but it's the what comes after that I stumble on, I can't seem to get the string right. ???
Appreciate if I could get some help with this.
Cheers,
T
Trying to filter RSS say "12" and not wanting anything but that number, ie no E12 or S12 (I know I can use Reject for those).
How do I express the filter in Python? I have tried to get my head around it but cannot work it out, I get confused. I blame my age :-)
I know I need to start the filter with; 're:' but it's the what comes after that I stumble on, I can't seem to get the string right. ???
Appreciate if I could get some help with this.
Cheers,
T