Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 22077 invoked from network); 17 Apr 2007 02:45:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2007 02:45:01 -0000 Received: (qmail 52071 invoked by uid 500); 17 Apr 2007 02:45:06 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 51996 invoked by uid 500); 17 Apr 2007 02:45:05 -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 51981 invoked by uid 99); 17 Apr 2007 02:45:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 19:45:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of flamefew@gmail.com designates 64.233.184.227 as permitted sender) Received: from [64.233.184.227] (HELO wr-out-0506.google.com) (64.233.184.227) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Apr 2007 19:44:58 -0700 Received: by wr-out-0506.google.com with SMTP id 70so1748679wra for ; Mon, 16 Apr 2007 19:44:38 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Po7wwV6+YfNooI7/LMZYJLiegtsKYdGMn7rtKJ4yTLbozv55vVsGSbXtcp8sBUD//Hz6AmJR67yjI2KrWvrTqxy0hAWzbEeogex9PmqznSh8G1qvGari4XQ4c8I3o6jUcrL0uHQ+QI2icrOATv+rKaGt5bZUcCYV2AthL3Ik3Nw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y5vr85XjKF78hjKqJYJynMLux1+unQvzzO17slIBs9wt1qIasnsSGZjKB/q4JCO9GPLwtX3gXVE145crT9oGcpa9wOWk0dN0oFUgCpK0iyP1GQwbJES4lEhfHnO4mHo75WFUSIcgalLZKd9Wcc2ga4+bW8g3M3/3RU4y78Go87M= Received: by 10.114.110.1 with SMTP id i1mr2199874wac.1176777877438; Mon, 16 Apr 2007 19:44:37 -0700 (PDT) Received: by 10.114.148.6 with HTTP; Mon, 16 Apr 2007 19:44:37 -0700 (PDT) Message-ID: <31cc37360704161944w3740b677t30a75ccf006a4fc5@mail.gmail.com> Date: Mon, 16 Apr 2007 22:44:37 -0400 From: "Henri Yandell" To: "Jakarta Commons Developers List" Subject: Re: [lang] StringUtils startsWith / endsWith methods In-Reply-To: <55afdc850704150851j481ba1ecmc25a95ce6b804871@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <55afdc850704150851j481ba1ecmc25a95ce6b804871@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Stephen Kestle had this view of case insensitivity: http://issues.apache.org/jira/browse/LANG-316 Given that I've a strong interest in multiple locales etc, I definitely see Stephen's point, but your example shows a good reason why the low ASCII chars do scale - domain names (at least until it all gets complicated at some unknown point in the future). Make them @since 3.0 (given that's what it is in JIRA). We can change that later if need be. Hen On 4/15/07, Niall Pemberton wrote: > I posted a patch for StringUtils to add a number of new methods to the > following Jira ticket: > > http://issues.apache.org/jira/browse/LANG-326 > > Any objections to me committing this? > > Niall > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org