Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 42506 invoked from network); 7 Apr 2011 06:29:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2011 06:29:55 -0000 Received: (qmail 95717 invoked by uid 500); 7 Apr 2011 06:29:54 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 95647 invoked by uid 500); 7 Apr 2011 06:29:54 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 95639 invoked by uid 99); 7 Apr 2011 06:29:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 06:29:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of flamefew@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-wy0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 06:29:46 +0000 Received: by wyb32 with SMTP id 32so2122269wyb.30 for ; Wed, 06 Apr 2011 23:29:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=mi2QkMEyhgSztpz5oTx33xN0cLsRnpcVWQuuBCGBNZ0=; b=fiM/vtxcyOSu/aMaU2/Cv2oMsI505SBFM4hKjmC8jGfjAgZ2gzgKYW5M4i6gQ4kUvU fx52zzwID0XaBtime7VELSeY9/psnIeG4NvUQcGFESIwniGsDY7wlErjtzyB7jjhJBJS AsqZEPtdZxkk0oiZoAIiJ/lUGsoDqIF1hsR5o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=LR2KHH3E4uc+WVCE43VHRScqIuOT6bAycRS4f/uGhs0EQg8Q8LmvmpN7L0CPa0+Qju /BrQV8SHZuE2APSqwt1E0KSRTTmKPVo9sOuYA32aL1oWHNtBh7Tu5Q4KnRscjMAAa3Sq zZWOj7+dy6Yo9yDs4KQzVwevrnnLnfHyUYcGw= MIME-Version: 1.0 Received: by 10.216.15.222 with SMTP id f72mr267809wef.51.1302157765643; Wed, 06 Apr 2011 23:29:25 -0700 (PDT) Received: by 10.216.80.148 with HTTP; Wed, 6 Apr 2011 23:29:25 -0700 (PDT) Date: Wed, 6 Apr 2011 23:29:25 -0700 Message-ID: Subject: [lang] StringUtils CharSequenced From: Henri Yandell To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org StringUtils is ready now I believe. The 7 methods on the end have now been moved to the resurrected CharSequenceUtils class. It only has 1 public class, but I think the other methods can be added over time. Not something to block 3.0 on, but they seem useful [in that they've been useful for StringUtils already]. Hen --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org