[Python-Dev] help required (original) (raw)

waqas ahmad waqas805 at hotmail.com
Fri Sep 25 20:28:55 CEST 2009


Hi,

I dont know it is the right place to post this question. I need help to change one search code line . can you help me please.

here is my search method code:

search=re.compile("^#acl InternationalGroup.*\n", re.M).search(pagetext) if search: ret=search.group()

here i am searching for "#acl InternationalGroup" in the pageText and when it true is then give me search group.

I want to change this for following requirement:

I want to search for "#acl InternationalGroup" and "CatInternational" in the pageText. when "#acl InternationalGroup" is not there but "CatInternational" is there. then return me search group.

I shall be thankful to you for any help.

Best Regards, Waqas

      	   		  

Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20090925/c5632fe3/attachment.htm>



More information about the Python-Dev mailing list