fork download
  1. set RE {^(.)}
  2. set substitution {[string toupper "\1"]}
  3. set final [subst [regsub $RE "min" $substitution]]
  4. puts $final
Success #stdin #stdout 0s 15776KB
stdin
Standard input is empty
stdout
Min