Re: Commons-lang StringUtils feature request with patch

2008-11-12 Thread Kalecser Kurtz
ve 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 the addition of these fou

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