I use

regex = ".*" + search + ".*"
p = re.compile(regex, re.I)

in finding lines in a text file that contain search, a string entered
at a prompt.

What regex do I use to find lines in a text file that contain search,
where search is a word entered at a prompt?

Thanks,

Dick Moores
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to