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"
>
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
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&
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