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
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