fork download
  1. set STRING "<^abs"
  2. set pos [string first "^" $STRING]
  3. puts $pos
  4. set replaced_string [string replace $STRING $pos $pos ""]
  5. puts $replaced_string
Success #stdin #stdout 0s 27952KB
stdin
Standard input is empty
stdout
1
<abs