Few time ago I had a tcl chalange that in other languages is straight forward: split a string using as separator a substring. In tcl there is a split function: [split $myStr $subStr] but, by default it splits by any char of $subStr. To be more precise let’s assume that we have a string $my_str … Read Full Article
Sep 082012