Re: [lang] new functionality in StringUtils and ArrayUtils - proposal 01

2003-11-24 Thread Ash
All the concepts (flank, enclose, single quote, double quote) are rather trivial, or, let's say, they're simple append functions. However, they still do represent special cases of appending, and albeit simple, may merit inclusion to the StringUtils class considering that the class is largely a

[lang] new functionality in StringUtils and ArrayUtils - proposal 01

2003-11-23 Thread Ash ..
Hi, I would like to propose the following methods to the StringUtils and ArrayUtils classes. They are just minor additions to the existing functionality, but I thought would be interesting, hopefully quite useful too. Waiting for feedback and looking forward to some development in this regard.

Re: [lang] new functionality in StringUtils and ArrayUtils - proposal 01 - error

2003-11-23 Thread Ash ..
In my previous email, /** * pre * StringUtils.lead(abc, '.', 3) = abc... */ This should be: /** * pre * StringUtils.trail(abc, '.', 3) = abc... */ From: Ash .. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Hi, I would like to propose the following methods to the StringUtils