D
Daniel Schaedler
Hi @all
I would like to use a general placeholder to replace cellvalues.
example:
All my Phonenumers end with a '-'. Now I would like to replace the '-' with
just nothing. This is easy with replace '-' with ''. Unfortunately the '-'
character is also used inside the number (+34-2344234-). How can I do this
now?
I would tried to replace '*-' with '*' -> results is just '*' (makes
sense...)
anybody an idea?
thnx in advance
Daniel
P.S.
in a DosBox you can do this with: rename *.htm *.html (renames all .htm file
to .html files and lets the names as it should)
I would like to use a general placeholder to replace cellvalues.
example:
All my Phonenumers end with a '-'. Now I would like to replace the '-' with
just nothing. This is easy with replace '-' with ''. Unfortunately the '-'
character is also used inside the number (+34-2344234-). How can I do this
now?
I would tried to replace '*-' with '*' -> results is just '*' (makes
sense...)
anybody an idea?
thnx in advance
Daniel
P.S.
in a DosBox you can do this with: rename *.htm *.html (renames all .htm file
to .html files and lets the names as it should)