Re: Converting first char in a string to lower case

2004-10-15 Thread Martin Gainty
> To: <[EMAIL PROTECTED]> Sent: Friday, October 15, 2004 4:56 AM Subject: Converting first char in a string to lower case Hi, I have a string 'Foo' that I want to change to 'foo'. Is there any way of doing this in ant? I have looked at the regex stuff but I don

Re: AW: Converting first char in a string to lower case

2004-10-15 Thread Ivan Ivanov
cht- > > Von: Ben Gill [mailto:[EMAIL PROTECTED] > > Gesendet am: Freitag, 15. Oktober 2004 11:59 > > An: Ant Users List > > Betreff: RE: Converting first char in a string to > lower case > > > > Excellent, Thanks Ivan, this works a treat!! > > >

AW: Converting first char in a string to lower case

2004-10-15 Thread Jan . Materne
)); > > > > > > > prop = ${prop} > lcProp = ${lcProp} > ucProp = ${ucProp} > > > > > Regards > > > > -Original Message- > From: Ivan Ivanov [mailto:[EMAIL PROTECTED] > Sent: 15 October 2004 10:23 > To: Ant Users List > Subject: Re: Converting first char in a string to lower case > > Hello, > I think that this is possible

RE: Converting first char in a string to lower case

2004-10-15 Thread Ben Gill
v [mailto:[EMAIL PROTECTED] Sent: 15 October 2004 10:23 To: Ant Users List Subject: Re: Converting first char in a string to lower case Hello, I think that this is possible

Re: Converting first char in a string to lower case

2004-10-15 Thread Ivan Ivanov
Hello, I think that this is possible

Converting first char in a string to lower case

2004-10-15 Thread Ben Gill
Hi, I have a string 'Foo' that I want to change to 'foo'. Is there any way of doing this in ant? I have looked at the regex stuff but I don't think that will do the job... Does anyone have any other ideas?