Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 36962 invoked from network); 15 Oct 2004 08:57:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Oct 2004 08:57:02 -0000 Received: (qmail 1045 invoked by uid 500); 15 Oct 2004 08:56:47 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 919 invoked by uid 500); 15 Oct 2004 08:56:46 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 874 invoked by uid 99); 15 Oct 2004 08:56:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [149.254.120.220] (HELO one2one.t-mobile.co.uk) (149.254.120.220) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 15 Oct 2004 01:56:45 -0700 Received: from belize.t-mobile.co.uk (belize2 [172.24.20.238]) by one2one.t-mobile.co.uk (8.12.10/8.12.10) with ESMTP id i9F8ugST028044 for ; Fri, 15 Oct 2004 09:56:42 +0100 (BST) Received: from bolivia.t-mobile.co.uk (localhost [127.0.0.1]) by belize.t-mobile.co.uk (8.12.10/8.12.10) with ESMTP id i9F8ufqs011195 for ; Fri, 15 Oct 2004 09:56:42 +0100 (BST) Received: from hatmsg004.TMOUSERSUK.AD.T-MOBILE.CO.UK (hatmsg004 [172.24.17.51]) by bolivia.t-mobile.co.uk (8.12.10/8.12.10) with ESMTP id i9F8ufkT012654 for ; Fri, 15 Oct 2004 09:56:41 +0100 (BST) Received: from HATMSG010.TMOUSERSUK.AD.T-MOBILE.CO.UK ([172.24.17.65]) by hatmsg004.TMOUSERSUK.AD.T-MOBILE.CO.UK with Microsoft SMTPSVC(5.0.2195.6713); Fri, 15 Oct 2004 09:56:41 +0100 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4B294.E3362C60" Subject: Converting first char in a string to lower case X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 Date: Fri, 15 Oct 2004 09:56:41 +0100 Message-ID: <6452E1AC1E29664B9CB27DE84B510C315F048B@HATMSG010.TMOUSERSUK.AD.T-MOBILE.CO.UK> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Converting first char in a string to lower case Thread-Index: AcSylOPVVBoNelIdQuOY5ovXHnp+9g== From: "Ben Gill" To: X-OriginalArrivalTime: 15 Oct 2004 08:56:41.0634 (UTC) FILETIME=[E3956820:01C4B294] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C4B294.E3362C60 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, =20 I have a string 'Foo' that I want to change to 'foo'. Is there any way of doing this in ant? =20 I have looked at the regex stuff but I don't think that will do the job... =20 Does anyone have any other ideas? ------_=_NextPart_001_01C4B294.E3362C60--