- This topic has 3 replies, 2 voices, and was last updated 7 years ago by .
-
Topic
-
I am trying to remove the digits from a field value ie, CT20170228-0044 using set mystring [lindex $xlateInVals 0]
regexp {[A-Za-z]+$} $mystring field16
set xlateOutVals
knowing the dash may be the culprit I have split the value and used the command on just the first component CT20170228. I have scoured Clovertech for resolution and tried different iterations of the command.
using TCL
regexp
Viewing 2 reply threads
Viewing 2 reply threads
- The forum ‘Cloverleaf’ is closed to new topics and replies.