S
Sam Hodo
Hello;
I have two data string types that I am doing a search on.
ex:1
"""ACCESS, NON-STANDARD SET-UP CLEAN"""
I would like to strip all of the quotes from the front and then the same
number of quotes from the back of the string so that it looks like
ACCESS, NON-STANDARD SET-UP CLEAN
How can I do this, since the number of quotes may vary between search string.
also
ex:2
"""FITTING ALLOW 0.75""""/EA"""
Note that in ex:2 should look like
FITTING ALLOW 0.75" /EA
Thanks for your time and effort in this...
I have two data string types that I am doing a search on.
ex:1
"""ACCESS, NON-STANDARD SET-UP CLEAN"""
I would like to strip all of the quotes from the front and then the same
number of quotes from the back of the string so that it looks like
ACCESS, NON-STANDARD SET-UP CLEAN
How can I do this, since the number of quotes may vary between search string.
also
ex:2
"""FITTING ALLOW 0.75""""/EA"""
Note that in ex:2 should look like
FITTING ALLOW 0.75" /EA
Thanks for your time and effort in this...