Quote:
Originally Posted by gmw
You may be able to limit the number of false positives by limiting the amount of text permitted between the comma and the " and":
Code:
\>,[^,."“”]{1,30} and
But of course this risks missing some of the worst offenders.
|
I'll experiment, but it doesn't have to be perfect. My editor is very good at spotting missing Oxford Commas. Plus, of course, I'm gradually getting used to adding them as I write.