RE: [lang] StringUtils.split() functionality wrt separator repeat s

2003-12-08 Thread ASHWIN Suresh
Then we could perhaps provide an overload which allows the client to choose. That way, one need not resort to a method call for one type and using a clss for the other. We could improve the balance by offering both choices in the same method :) Ash > -Original Message- > From: Stephen C

RE: [lang] StringUtils.split() functionality wrt separator repeat s

2003-12-08 Thread Inger, Matthew
try the new "Tokenizer" class. You can get it from CVS. -Original Message- From: Ash .. [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 5:46 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [lang] StringUtils.split() functionality wrt separator repeats The StringUtils.s