fork(1) download
  1. set a {"522","-1","12345678","12345678","Completed","","","","height 5' 5" and weight 170lbs","","","9876543","ABCD","2016-06-12T23:54:00-05:00","2016-06-12T23:59:00-05:00"}
  2. set result [regsub -all {([^,])"(?=[^,])} $a "\\1"]
  3. puts $result
Success #stdin #stdout 0s 5212KB
stdin
Standard input is empty
stdout
"522","-1","12345678","12345678","Completed","","","","height 5' 5 and weight 170lbs","","","9876543","ABCD","2016-06-12T23:54:00-05:00","2016-06-12T23:59:00-05:00"