
I really appreciate your help.
I don't know if I can adapt the code sample you've given me, but the rephrasing is really helpful, I'm much clearer now about what I need to achieve.
Thanks!
( ,
Sun 20 Apr 2008, 6:35,
archived)
I don't know if I can adapt the code sample you've given me, but the rephrasing is really helpful, I'm much clearer now about what I need to achieve.
Thanks!

newString = oldString.replace(/\.(?!\.|\s)/g, ". ");
seems to work. English goes: Replace a "." which is not followed by a "." or a " "
but you know. i'm no expert.
( ,
Sun 20 Apr 2008, 6:41,
archived)
seems to work. English goes: Replace a "." which is not followed by a "." or a " "
but you know. i'm no expert.