Oops, thanks fixed.

On 14/01/2010, Jörg Schaible <joerg.schai...@gmx.de> wrote:
>
>  EndEnd ? ;-)
>
>  --------------- Weitergeleitete Nachricht (Anfang)
>
>  [snip]
>
>  +     * StringUtils.removeEndEndIgnoreCase(null, *)      = null
>  +     * StringUtils.removeEndEndIgnoreCase("", *)        = ""
>  +     * StringUtils.removeEndEndIgnoreCase(*, null)      = *
>  +     * StringUtils.removeEndEndIgnoreCase("www.domain.com", ".com.")  =
>  "www.domain.com"
>  +     * StringUtils.removeEndEndIgnoreCase("www.domain.com", ".com")   =
>  "www.domain"
>  +     * StringUtils.removeEndEndIgnoreCase("www.domain.com", "domain") =
>  "www.domain.com"
>  +     * StringUtils.removeEndEndIgnoreCase("abc", "")    = "abc"
>  +     * StringUtils.removeEndIgnoreCase("www.domain.com", ".COM") =
>  "www.domain")
>  +     * StringUtils.removeEndIgnoreCase("www.domain.COM", ".com") =
>  "www.domain")
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>  For additional commands, e-mail: dev-h...@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to