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