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 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 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 static int lastIndexOfNth(String str, String searchStr, int > > occurrence) > > > > I've sent a patch attached to this message, it contains both the > > implementation and the tests. Please let me know if you don't receive it. > > > > Kalecser > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- > My LinkedIn profile: http://www.linkedin.com/in/simonetripodi > My GoogleCode profile: http://code.google.com/u/simone.tripodi/ > My Picasa: http://picasaweb.google.com/simone.tripodi/ > My Tube: http://www.youtube.com/user/stripodi > My Del.icio.us: http://del.icio.us/simone.tripodi > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
