
newString = oldString.replace(/\.(?!\.|\s)/g, '. ');
seems to work. English goes: Replace a '.' which is not followed by a '.' or a ' '
( ,
Sun 20 Apr 2008, 6:38,
archived)
seems to work. English goes: Replace a '.' which is not followed by a '.' or a ' '

something i don't know about. looks like problem solved then
( ,
Sun 20 Apr 2008, 6:46,
archived)