Reply To: Stripping non-alphabetic characters out of a field

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Stripping non-alphabetic characters out of a field Reply To: Stripping non-alphabetic characters out of a field

#56182
Robert Milfajt
Participant

    regsub -all {[^A-Z,a-z]} $x “” y

    ought to do the trick, where x is the input string and y is the output string.

    Hope this helps,

    Bob

    Robert Milfajt
    Northwestern Medicine
    Chicago, IL