Popular recipes by Joe Mistachkin http://code.activestate.com/recipes/users/141324/2005-07-06T06:44:26-07:00ActiveState Code RecipesFlexible string splitting/parsing routine (Tcl)
2005-07-06T06:44:26-07:00Joe Mistachkinhttp://code.activestate.com/recipes/users/141324/http://code.activestate.com/recipes/116653-flexible-string-splittingparsing-routine/
<p style="color: grey">
Tcl
recipe 116653
by <a href="/recipes/users/141324/">Joe Mistachkin</a>
(<a href="/recipes/tags/text/">text</a>).
Revision 2.
</p>
<p>This routine allows you to split a string on multiple characters. Additionally, you can specify the maximum number of elements to return. The final element will contain the remainder of the string.</p>