Hi.
I'm embarrassed to say I can't resolve this. So, my mind has gone blank!
I've got a test file, with the following lines. Basically, I want a grep/regex to traverse the multiple lines to return the lines.
ll_=urllib.quote_plus(simplejson.dumps(b2))+"\n"
pathchildcount_filep.write(ll_)
I've tried a number of attempts.. I thought something similar to the following should work. (but no luck)