String substitution with "translate" function

Started by Jeff Eckermannover 25 years ago1 messagesgeneral
Jump to latest
#1Jeff Eckermann
jeckermann@verio.net

I have been trying to use the translate function to delete a specific string
from entries in a particular column, as in "translate(<column>, 'string',
'')".
What I find is that "translate" is treating the nominated string as a
character class, and is deleting every instance of every character in that
class....
I have tried every which way, but cannot get the behaviour I want. Is it
possible, or am I just seeing the builtin behaviour of "translate", which
cannot be worked around?
TIA