I have been tasked with determing if a given string contains a @ character. If so remove the character and concat the remaining values together to form a new string. I am leaning towards something like this.
regsub -all "\-" $oldstring "" newstring
Is this the best method for handling this?? Thanks in advance for the advice.
Ati2ude
regsub -all "\-" $oldstring "" newstring
Is this the best method for handling this?? Thanks in advance for the advice.
Ati2ude