From: Glen Holcomb Date: 2011-08-11T05:50:55+09:00 Subject: Odd regexp behavior --000325558d9ef2bcde04aa2cc23e Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable I'm running 1.9.2-p180 I have the following regexp: /\s(".*?")(\s|$)/ For some reason it isn't matching the end of the following line or any line with a similar format. By end I mean the entire user-agent string msnbot...htm)\"\n "207.46.13.53 - - [21/Apr/2010:04:05:29 -0600] \"GET /dualcredit/courses/general.php HTTP/1.1\" 200 27731 \"-\" \"msnbot/2.0b (+ http://search.msn.com/msnbot.htm)\"\n" However it matches against the following: " \"msnbot/2.0b (+http://search.msn.com/msnbot.htm)\"\n" I am at a total loss as to why. I'm not too sure how to go about debugging it either. --=20 "Hey brother Christian with your high and mighty errand, Your actions speak so loud, I can=92t hear a word you=92re saying." -Greg Graffin (Bad Religion) --000325558d9ef2bcde04aa2cc23e--