RE: [lang] StringBufferUtils replacement for StringUtils --

2003-12-09 Thread ASHWIN Suresh
With the one difference that the methods here don't return aything, but instead modify the StringBuffer passed in, directly. I will start work on it tonight. Ash -Original Message- From: Stephen Colebourne [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 20:07 To: Jakarta

Re: [lang] StringBufferUtils replacement for StringUtils --

2003-12-09 Thread Stephen Colebourne
Ah, I see what you mean. And no that wasn't what I meant :-) There is the potential for a StringBufferUtils, with similar methods to StringUtils, but where the first passed in parameter is a StringBuffer. However, what I was thinking of (see the todo list in status.html) is a new instantiable