J
JBHansen
I'm trying to use the replace command to pull out all the horizontal ellipsis
characters [chr(8230), or '...'] from a string, but the chr() command won't
accept anything higher than 255. I likewise can't search for three dots
because they've already been converted into a single character.
I'd rather not have to replace them all manually, although that is an
option. Is there a <smarter> way to do this?
JBHansen
characters [chr(8230), or '...'] from a string, but the chr() command won't
accept anything higher than 255. I likewise can't search for three dots
because they've already been converted into a single character.
I'd rather not have to replace them all manually, although that is an
option. Is there a <smarter> way to do this?
JBHansen