b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » XXX » Message 8302297 (Thread)

# That will put a space between each period in an elipse.
So ... would become . . .
Also, I don't want to run replace twice on the string when I can (hopefully) write a regex that will do the job in one pass. I know it's possible, I just haven't been able to get it right.
(, Sun 20 Apr 2008, 5:55, archived)
# in emergency then replace ". ." with ".."
repeat a few times
(, Sun 20 Apr 2008, 6:03, archived)
# I think the point is he knows he could do this
but is trying to just figure an expression that will handle it in a single pass rather than multiple
(, Sun 20 Apr 2008, 6:04, archived)