Dec. 12, 2008
5:07 a.m.
On Thu, Dec 11, 2008 at 7:32 PM, Stephen J. Turnbull <stephen@xemacs.org> wrote:
Ron Adam writes:
These examples was just what a "new" programmer might attempt. I have a feeling that most new programmers do not attempt regular expressions ie.. the re module, until sometime after they have learned the basics of python.
Adding a str.split_on_any_of() would violate TOOWDTI, though.
I think this is best addressed by an xref to re.split in the doc for str.split.
+1 -- Adam Olsen, aka Rhamphoryncus