>
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
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!!
> >
>
));
>
>
>
>
>
>
> 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
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
Hello,
I think that this is possible
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?