Re: Commons-lang StringUtils feature request with patch

2008-11-12 Thread Kalecser Kurtz
Thank you Simone. I've submitted it to JIRA under: http://issues.apache.org/jira/browse/LANG-469 Kalecser On Wed, Nov 12, 2008 at 3:25 PM, Simone Tripodi <[EMAIL PROTECTED]>wrote: > Hi Kalecser, > the patch can't be found as attached to your message, but AFAIK you > have to submit your patches

Re: Commons-lang StringUtils feature request with patch

2008-11-12 Thread sebb
On 12/11/2008, Kalecser Kurtz <[EMAIL PROTECTED]> wrote: > Hello commons developers, > I would like to propose the addition of these four methods to StringUtils > class: > > public static String head(final String str, int lines) > public static String tail(String str, int lines) > public static in

Re: Commons-lang StringUtils feature request with patch

2008-11-12 Thread Simone Tripodi
Hi Kalecser, the patch can't be found as attached to your message, but AFAIK you have to submit your patches to apache's issue tracker, see https://issues.apache.org/jira/ Best regards, Simone 2008/11/12 Kalecser Kurtz <[EMAIL PROTECTED]>: > Hello commons developers, > I would like to propose th

Commons-lang StringUtils feature request with patch

2008-11-12 Thread Kalecser Kurtz
Hello commons developers, I would like to propose the addition of these four methods to StringUtils class: public static String head(final String str, int lines) public static String tail(String str, int lines) public static int indexOfNth(String str, String searchStr, int occurrence) public stati