waqas ahmad wrote:
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.gr
waqas ahmad wrote:
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.
Hello Waqas,
This is a list for the development *of* Python, not for development with
Python. More appropriate lists, where hopefully there
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