Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 36814 invoked from network); 4 Apr 2007 15:55:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2007 15:55:59 -0000 Received: (qmail 98674 invoked by uid 500); 4 Apr 2007 15:56:01 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 98585 invoked by uid 500); 4 Apr 2007 15:56:00 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 98433 invoked by uid 99); 4 Apr 2007 15:56:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2007 08:56:00 -0700 X-ASF-Spam-Status: No, hits=-98.5 required=10.0 tests=ALL_TRUSTED,SUBJECT_FUZZY_TION X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Apr 2007 08:55:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 75AC571406E for ; Wed, 4 Apr 2007 08:55:32 -0700 (PDT) Message-ID: <29158036.1175702132478.JavaMail.jira@brutus> Date: Wed, 4 Apr 2007 08:55:32 -0700 (PDT) From: "Niall Pemberton (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Updated: (LANG-326) StringUtils: startsWith / endsWith / startsWithIgnoreCase / endsWithIgnoreCase / removeStartIgnoreCase / removeEndIgnoreCase methods In-Reply-To: <17864929.1175701532798.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LANG-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated LANG-326: --------------------------------- Attachment: (was: LANG-326-Start-End-With.patch) > StringUtils: startsWith / endsWith / startsWithIgnoreCase / endsWithIgnoreCase / removeStartIgnoreCase / removeEndIgnoreCase methods > ------------------------------------------------------------------------------------------------------------------------------------ > > Key: LANG-326 > URL: https://issues.apache.org/jira/browse/LANG-326 > Project: Commons Lang > Issue Type: New Feature > Affects Versions: 2.3 > Reporter: Niall Pemberton > Priority: Minor > Fix For: 3.0 > > Attachments: LANG-326-Start-End-With-2.patch > > > I'd like the following new start/end methods for StringUtils: > startsWith - handles nulls > endsWith - handles nulls > startsWithIgnoreCase - handles nulls, case insensitive > endsWithIgnoreCase - handles nulls, case insensitive > removeStartIgnoreCase - handles nulls, case insensitive > removeEndIgnoreCase - handles nulls, case insensitive -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org