Hi,
I'm trying to achieve something very simply, I thought.
But apparently it does not work.
I have a string like:
"The movie-trailer I've seen yesterday was: l.a. confidential"
Now, I would like to strip ALL the special signs out of this sentence, so it would be:
Chars to be replaced with a white space are: "-':."
So the result would be:
The movie trailer I ve seen yesterday was: l a confidential
But it does not work!?
It works fine if I only enter 1 char to replace.......
Any suggestions how to replace different signs?
tnx
bram
I'm trying to achieve something very simply, I thought.
But apparently it does not work.
I have a string like:
"The movie-trailer I've seen yesterday was: l.a. confidential"
Now, I would like to strip ALL the special signs out of this sentence, so it would be:
Chars to be replaced with a white space are: "-':."
So the result would be:
The movie trailer I ve seen yesterday was: l a confidential
But it does not work!?
It works fine if I only enter 1 char to replace.......
Any suggestions how to replace different signs?
tnx
bram