Re: extracting part of a property.

2005-08-08 Thread Krist van Besien
On 8/8/05, James Fuller <[EMAIL PROTECTED]> wrote: > Krist van Besien wrote: > > >Hello, > > > >I am trying to figure out if I could get ant to do some string manipulation. > >Suppose I have a property with value: "foo_0.01 > >and I want to split this on the _ character and put "foo" and "0.01" >

Re: extracting part of a property.

2005-08-08 Thread James Fuller
Krist van Besien wrote: >Hello, > >I am trying to figure out if I could get ant to do some string manipulation. >Suppose I have a property with value: "foo_0.01 >and I want to split this on the _ character and put "foo" and "0.01" >each in a different property to use further down in my ant script

AW: extracting part of a property.

2005-08-08 Thread Jan.Materne
org >Betreff: extracting part of a property. > >Hello, > >I am trying to figure out if I could get ant to do some string >manipulation. >Suppose I have a property with value: "foo_0.01 and I want to >split this on the _ character and put "foo" and "0.01&

extracting part of a property.

2005-08-08 Thread Krist van Besien
Hello, I am trying to figure out if I could get ant to do some string manipulation. Suppose I have a property with value: "foo_0.01 and I want to split this on the _ character and put "foo" and "0.01" each in a different property to use further down in my ant script. How would I do this? Krist