I need to replace all characters which appear between a “< " and a ":" yet maintain the data that follows after the ":". I can get it to the point where it strips it out, but the data following is lost?
regsub -all — {<.*:} $msgdata "" newMsg
example
THX
Tim