Here's the two I'm using today, have to clean up Mr., Mrs., etc. with
one more.

$text =
preg_replace("/([.!?])(”|’|\x22|\x27|\))?\s+([A-Z])/",
        "\\1\\2  \\3", $text);
$text = preg_replace("/(…)\s+/", "\\1  ", $text);

But it's not that bad...

-----Original Message-----
From: Designer
Subject: Re: [WSG] Re: [css-d] Double space after a period]

Do please exemplify, or tell us more?  Thanks.


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to