Re: No replaceLast() method in String

2012-03-21 Thread Alex Kravets
So the next question is why Matcher doesn't implement it :) On Mar 20, 2012 2:35 PM, "Mike Duigou" wrote: > I took a look through the bug database and can't find a reason (if there > was one). It's likely not implemented because Matcher doesn't implement > replaceLast(). > > Mike > > On Mar 20 20

Re: No replaceLast() method in String

2012-03-20 Thread Mike Duigou
I took a look through the bug database and can't find a reason (if there was one). It's likely not implemented because Matcher doesn't implement replaceLast(). Mike On Mar 20 2012, at 09:28 , Alex Kravets wrote: > Hi, > > I was looking at String API and noticed that there are methods for stri