Trying to strip out the string *** from the NTE:3. Using regsub, but its crapping out because the * is a special character right? Does anyone have a suggestion on a different way to code this?
errorInfo:
couldn’t compile regular expression pattern: quantifier operand invalid
while executing
“regsub -all — {***} $nte3 {} nte3”
[/code]