Re: removeEnd documentaiton error

2008-03-02 Thread sebb
On 29/02/2008, Stone, Brett <[EMAIL PROTECTED]> wrote: > Hello, > > > > In reading the API for how to use the removeEnd method, I noticed one of > the examples was wrong: > > > > StringUtils.removeEnd("www.domain.com", ".com.") = "www.domain.com." > > > > This should actually return "www.domai

removeEnd documentaiton error

2008-03-01 Thread Stone, Brett
Hello, In reading the API for how to use the removeEnd method, I noticed one of the examples was wrong: StringUtils.removeEnd("www.domain.com", ".com.") = "www.domain.com." This should actually return "www.domain.com" WITHOUT the period at the end. So it should read: StringUtils.r