[Pythonmac-SIG] RegEx oops

Charles Hartman charles.hartman at conncoll.edu
Thu Jan 13 14:20:04 CET 2005


Sorry, that was a dumb question. I forgot about

	for i in range(len(str) - 3):
		fnd = pattern.search(str, i)
		if fnd <longer than longest found before . . .>

(Why do I think of these things one [1] minute after posting a question 
in desperation? Law of nature?)

Charles Hartman



More information about the Pythonmac-SIG mailing list